HOTSPOT You need to display an image of an HTML5 logo in one of your webpages. If the page renders slowly, the text "HTML Icon" should display as the image loads. How should you complete the markup? The answer, select…

HOTSPOT You are designing a webpage for your company. You want to display an image named contoso.png on the page. If the user’s Internet connection is slow, or if the user is visually impaired, you want the text Contoso Logo…

DRAG DROP You need to create a stylesheet that will cause all h1 header text to appear in blue, using the Arial font with a size of 20 pixels. The text should always be bold and center-aligned. How should you…

HOTSPOT You are analyzing the following CSS for an element on a page: background: #0000FF url("Watermark.png") repeat-x right; For each of the following statements, select Yes if the statement is true. Otherwise, select No. Hot Area:

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…

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:

HOTSPOT You are designing a webpage for your company. The page must be responsive so that it can be viewed on both mobile and desktop browsers. On mobile browsers, or those with a screen width of less than 768 pixels…