WGU C799 WEB DEVELOPMENT FOUNDATIONS FINAL EXAM
QUESTIONS AND ANSWERS |AGRADE| VERIFIED 100% CORRECT
Which HTML5 tag should be used if a document hosted on a external domain is to be displayed
in pages on the company website?
• <form>
• <article>
• <iframe>
• <input>
Which two audio formats are supported with the HTML5 <audio> tag?
• MP4
• MP3
H.264
• Ogg
• WebM
Which purpose does <a> serve as a link on a web page?
• Marking text to change the formatting to bold
• Connecting to a different place on the same page
• Adding paragraph formatting to a series of text blocks
• Adding line-break formatting within a block of text
Which two reasons explain the importance of testing a website on multiple devices rather than
desktops only?
• Broken links
• Touch support
• Broken images
• Loading time
• Screen space
A developer is given the following HTML markup and CSS3 code:
external.css label {
color: darkgray; }
home.html
<header>
, •
<link rel=”stylesheet” type=”text/css” href=”external.css”/>
<style>
Label { color: darkblue; }
</style>
</header>
<body style=”color: darkred;”>
<p>
<input type=”checkbox” name=”chkOrange” value=”oranges” />
<label style=”color: carkcyan;” for=”chkOrange”>Oranges</label>
</p>
</body>
Which color is shown for the <label> tag?
• Darkblue
• Darkcyan
• Darkgray
• Darkred
Which portion of a non-interlaced image must the browser read before it can display the top half
of the image?
• The entire image
• One fourth of the image
• Three fourths of the images
• One half of the image