問題一覧
1
Which statement best describes Random organization (sometimes called web organization)?
it lacks a clear path through the site and a defined home page, typically found in artistic or original sites
2
What should you do if you'd like to retain ownership of your work and ensure it is properly protected?
Rogister your work with appropriate copynight offices and cleatly state your ownership rights
3
Random organization, also known as web organization, offers no clear path through the site, lacks a defined home page, and is typically found in artistic or original sites.
true
4
Select the item below that lists the top-level domain name for the URL http://www.yahoo.com
com
5
The four principles of WCAG 2.0 are as follows:
percerable, operable, understandable, robust
6
The organization or architecture of a website has no impact on how visitors move around the site or find what they need.
False
7
The 'article olement is used to configure an area on a web page that can stand on its own and could potentially be syndicated.
False
8
Which of the following is not a recommended web desigo practice?
use dark text on dark background
9
A domain name is a unique text-based Internet address corresponding to a unique_____
IP address.
10
should be found in the page heading, title and content, but they should not be overused, or stuffed .
keywords
11
Hypertext Transfer Protocol (HTTP) is a protocol for communicating between the client computer and the web server, and it is image-based, employing Hypertext Markup Language (HTML) to format the documents.
False
12
Placing empty space around graphics and headings helps them to stand out. Placing empty space around graphics and headings helps them to stand out.
true
13
Select the element used to hyperlink web pages to each other from the list below:
Anchor Text|
14
The aside element is primarily used for configuring an area on a web page that can stand on its own and could potentially be syndicated.
False
15
The Domain Name System is used to purchase domain names. The Domain Name System is used to purchase domain names.
False
16
A________color scheme consists of shades, tints, or tones of the same color.
Monochromatic
17
Animation should be used only if it enhances your web site. Animation should be used only if it enhances your web site.
true
18
The Internet began as ARPAnet, developed by ARPA, connecting four universities by 18) the end of 1969.
true
19
Using heading tags like h1, h2, h3, etc., helps organize web page content hierarchically and enhances accessibility and usability.
true
20
What primarily influences how visitors navigate a website and locate information?
The website's organization or architecture
21
Graphics are not commonly used on the Web, as they do not contribute to making web pages compelling and engaging.
false
22
Graphics are commonly used on the Web to make web pages compelling and engaging.
true
23
CSS print stylesheets should use pixel units for font sizes to ensure consistent text rendering across different printers and paper sizes.
false
24
The JPEG image format is best used for photographs.
true
25
GIF, JPEG, and PNG images are not supported on the Web
false
26
A common technique to clear a float within a container element is to add a line break - element configured with the clear property.
true
27
By default, the width property in CSS only includes the actual width of the content within an element and does not include the width of padding or border.
true
28
The box-sizing property in CSS is not used to adjust how the browser calculates the width or height of elements, but rather it is used for styling purposes only.
false
29
A border can be configured on only one side of an element.
true
30
CSS provides control over what gets printed and how printouts are configured, allowing for the creation of separate style sheets for browser display and printing.
true
31
Use the_____property to align text within an element.
text-align
32
Choose the item below that describes the process of creating an image with the lowest file size that still renders a good quality image.
optimization
33
How are GIF images typically optimized for the Web to avoid slow-loading web pages?
By using a graphics application to reduce the number of colors in the image
34
Choose the graphic format that supports millions of colors, supports variable transparency levels, and uses lossless compression.
png
35
The default value for the border property for an element is: The default value for the border property for an element is:
0 pixel
36
What attribute in HTML is used to associate a web page with a CSS file specifically for printing?
link
37
Which CSS property is commonly used to hide nonessential content for printing?
display
38
Which CSS property is used to control page breaks when printing a web page?
page-break-before
39
What CSS property is commonly used to create a fixed navigation bar that remains in place when the page is vertically scrolled in a browser?
position
40
Which CSS property is used to control the stacking order of elements on a web page, particularly useful when creating a fixed navigation bar?
z-index
41
It is recommended to register multiple domain names for a website.
true
42
JavaScript as an object-based scripting language.
true
43
There is no reason to consider the operating system of the web server when selecting a Web host.
false
44
Commercial businesses should register a domain name with a .org TLD.
false
45
A database is a collection of information organized so that its contents can easily be accessed, managed, and updated.
true
46
A search engine will only index a web page if the HTML and CSS are pass W3C validation testing.
false
47
A domain name is assigned to you when you submit your website to a search engine.
false
48
A service worker is JavaScript that runs in the background, separate from a web page, and listens for events such as install, activate, message, fetch, sync, and push.
true
49
The purpose of the details element is not to configure the browser to render an interactive widget containing one summary element and detailed information.
false
50
JavaScript is used to work with the latitude and longitude coordinates provided by the browser.
true
51
Which property provides a way for you to rotate, scale, skew, or move an element?
transform
52
A____is a word, phrase, symbol, or design that identifies and distinguishes the source of the goods of one party from those of others.
trademark
53
_____is appropriate for a large to enterprise website.
Dedicated Hosting
54
Which are the four principles of the Web Content Accessibility Guidelines?
perceivable, operable, understandable, robust
55
Identify a protocol that allows data to be privately exchanged over public networks.
SSL
56
Select the components of a search engine.
all of this
57
The file extensions .avi, mp4, and mov are used for
video files
58
The file extensions wav, mp3, and .aac are used for
audio files
59
Select recommended usability and accessibility practices:
supply text descriptions of audio and video files that appear in your web pages
60
JavaScript can be described as:
an object-based scripting language
61
Flex containers can be configured with either horizontal flow or vertical flow, allowing for flexible layout management in web design.
true
62
By default, all items contained within a flex container are flexible in size and are allocated the same amount of display area in the flex container.
true
63
The order property allows flex items to be displayed in a different order than they are coded, with a default value of 0.
true
64
Fixed top navigation bars can be easily implemented using CSS positioning and the z-index property.
true
65
Adding the style declaration background-attachment: fixed; to the CSS rules for elements with class selectors such as hero, tourshero, rentalshero, and contacthero creates the effect of parallax scrolling, where background images scroll at a different speed than the text content.
false
66
Forms are used for many purposes all over the Web.
true
67
The best way to test the mobile display of a web page is to publish it to the Web and access it from a mobile device
true
68
Most popular browsers make sure to not have any built-in tools for developers.
false
69
The check box form control allows the user to select one or more of a group of predetermined items. The input element with type="checkbox" configures a check box.
true
70
CSS Grid Layout is intended for:
two-dimensional layouts
71
Which of the following is a shorthand property that configures both the placement and dimensions of items on the grid?
grid-template
72
The purpose of the element is to provide a method for a browser to display different images depending on specific criteria indicated by the web developer.
picture
73
Which of the following is the rendering flow used by a browser by default?
normal flow
74
Which of the following form controls would be appropriate for an area that your visitors can use to type in their e-mail address?
text box
75
Which attribute of the tag is used to specify the name and location of the script that will process the form field values?
action
76
You would like to accept a number that is in a range from 1 to 50. The user needs visual verification of the number selected. Which of the following form controls is best to use for this purpose?
spinner
77
Which of the following is a conditional that can be used to test for support of a CSS property?
feature query
78
Which of the following properties configures empty space between grid tracks?
gap
79
The purpose of the Img element's _______attribute is to inform the browser how quickly to request an image.
loading