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:
Explanation:
References: https://amylynnandrews.com/html-clickable-image/ https://www.w3schools.com/html/html_images.asp
HOTSPOT
For each of the following markup segments, select Yes if the HTML element belongs in the head block. Otherwise, select
No.
NOTE: Each correct selection is worth one point.
Hot Area:
Explanation:
References: https://www.w3schools.com/tags/tag_head.asp
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:
Explanation:
References: https://www.w3schools.com/html/html_links.asp
HOTSPOT
The external stylesheet named mystyles.css contains the following three rules.
The head section of a webpage contains the following markup:
The following elements appear within the body of the webpage:
For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection
is worth one point
Hot Area:
Explanation:
References: https://www.w3schools.com/css/css_howto.asp
HOTSPOT
A webpage contains the following HTML:
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
Hot Area:
Explanation:
References: https://www.w3schools.com/css/css_positioning.asp
HOTSPOT
You are creating an About Us webpage for Northwind Traders. You want to complete the CSS rule set to display the
paragraph as shown in the following example:
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:
Explanation:
References: https://www.w3schools.com/cssref/default.asp
DRAG DROP
You are creating a simple HTML page that displays the text, Hello World. You must ensure that the markup is well-formed
and conforms to industry best practices.
How should you construct the page? To answer, drag the appropriate HTML tags to the correct HTML tags to the correct
HTML tag locations. Each tag may be used once, more than once, or not at all. You may need to drag the split bar between
panes or scroll to view content.
Select and Place:
Explanation:
References: https://www.w3schools.com/tags/tag_body.asp
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:
Explanation:
References: https://www.w3schools.com/tags/default.asp
You are analyzing a form that sends multiline comments to another page on the Internet. The following is the forms markup:
No data is sent when the form is submitted.
You need to solve this problem so that the data in the text box is submitted.
What should you do?
C
Explanation:
References: https://www.w3schools.com/tags/att_form_action.asp
DRAG DROP
You want to complete the pseudo class for link elements so that the links appear red when the page loads, green when the
link is clicked, orange when the cursor moves over the link, and blue if the link was clicked previously.
How should you complete the code? To answer, drag the appropriate CSS selector to the correct locations. Each selector
may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
Select and Place:
Explanation:
References: https://www.w3schools.com/cssref/css_selectors.asp