HOTSPOT
For each of the following statements, select Yes if the statement is true. Otherwise, elect No.
NOTE: Each correct selection is worth one point.
Hot Area:
HOTSPOT
You are creating a website for a florist.
The home page contains images of different types of flowers. When the user clicks on a flower, another webpage will load that displays flowers of that type sold by the florist.
The link for carnations must meet the following requirements:
The image carnation.png must be displayed.
When the image is clicked, the page carnations.html must load.
How should you complete the markup? To answer, select the appropriate markup segments in the answer area.
Hot Area:
HOTSPOT
You are designing a webpage that tests a user's ability to remember a list of ordered items in a particular category. The page must contain a header that displays the category and a list of items in that category. An example is shown in the exhibit. (Click the Exhibit tab.) Exhibit Fruit
1.
Apple
2.
Pear
3.
Orange
This page will test your ability to remember the order of the preceding items.
Glance at the list for 3 seconds.
Then close your eyes and recite the items in the order listed.
How should you complete the markup? To answer, select the appropriate markup segment in the answer area. NOTE: Each correct selection is worth one point.
Hot Area:
HOTSPOT
You are creating an image link to the clients.html page. When the visitor clicks on the clients.gif graphic, the clients.html page must display in a new window. The graphic must provide text for screen readers and display text while the page is
loading.
How should you complete the markup? To answer, select the appropriate markup segments in the answer area.
Hot Area:
HOTSPOT
You are creating a web form to allow visitors to sign up for a mailing list. The form will collect the information that is shown in the following screen shot: Use the drop-down menus to select the answer choice that answers each questions based on the information presented in the graphic. NOTE: Each correct selection is worth one point.
Hot Area:
HOTSPOT
How should you complete the code? To answer, select the appropriate CSS properties in the answer area. NOTE: Each correct selection is worth one point.
Hot Area:
DRAG DROP
You are creating a website for Northwind Traders appear on the browser tab. There will also be a paragraph that greets users to the site.
You need to crate the structure of the website.
In which order should you arrange the markup segments to develop the solution? To answer, move all markup segments from the list of markup segments to the answer area and arrange them in the correct order.
Select and Place:
You are designing a website for City Power and Light.
You write the following markup. Line numbers are included for reference only.
What style will be used to render the code?
A. The browser default style will be used.
B. An inline style will be used.
C. An international style will be used.
D. An external style will be used.
Which CSS property is used to draw a line over text, through text, or under text?
A. font-family
B. font-style
C. text-overflow
D. text-decoration
This question requires that you evaluate the underlined text to determine if it is correct.
Static positioning places an element at specific coordinates relative to the page or the element's container.
Review the underlined text. If it makes the statement correct, select "No change is needed." If the statement is incorrect, select the answer choice that makes the statement correct.
A. No change is needed
B. Absolute positioning
C. Relative positioning
D. Fixed positioning