WGU C777 Exam Questions and Answers
Graded A+
What is a characteristic of a web page with responsive design? - Correct answer-
The ability to resize to the screen size
Which language provides dynamic content for a web page across all browsers? -
Correct answer-JavaScript
Which type of content should use an <aside>? - Correct answer-News feeds
Which element should a developer use for a bulleted list? - Correct answer-<ul>
What does an HTML5 code validator confirm about code? - Correct answer-It
complies with a standard
A web developer needs to play an audio file endlessly.
The developer writes the following HTML code:
<audio>
©COPYRIGHT 2025, ALL RIGHTS RESERVED 1
,<source src = "media/audio.ogg" type="audio/ogg" />
</audio>
Which attribute should this developer use? - Correct answer-loop
Which attribute is used to display an image inside a <video> element before the
video starts playing? - Correct answer-poster
Which style sheet code defines the 18-pixel Arial font for all level two headers? -
Correct answer-h2 {
font-family: Arial; font-size: 18px;
}
Given the following CSS code:
body {
color : white;
}
©COPYRIGHT 2025, ALL RIGHTS RESERVED 2
, Which part of an element is affected by the color property? - Correct answer-Text
What should be added first when embedding CSS in a single web page as an
internal style sheet? - Correct answer-A <style> element to the <head> section
What is the first character a developer should use for an id selector in CSS? -
Correct answer-#
A developer has an image that needs to remain in the same place when the page is
scrolled.
Which CSS positioning scheme should this developer use? - Correct answer-Fixed
A developer needs two pixels of space on the left side of content relative to the
border.
Which CSS property should this developer use? - Correct answer-padding-left:
2px;
What immediately encloses the padding in the CSS box model? - Correct answer-
Border
What is the outermost box of the CSS box model? - Correct answer-Margin
©COPYRIGHT 2025, ALL RIGHTS RESERVED 3
Graded A+
What is a characteristic of a web page with responsive design? - Correct answer-
The ability to resize to the screen size
Which language provides dynamic content for a web page across all browsers? -
Correct answer-JavaScript
Which type of content should use an <aside>? - Correct answer-News feeds
Which element should a developer use for a bulleted list? - Correct answer-<ul>
What does an HTML5 code validator confirm about code? - Correct answer-It
complies with a standard
A web developer needs to play an audio file endlessly.
The developer writes the following HTML code:
<audio>
©COPYRIGHT 2025, ALL RIGHTS RESERVED 1
,<source src = "media/audio.ogg" type="audio/ogg" />
</audio>
Which attribute should this developer use? - Correct answer-loop
Which attribute is used to display an image inside a <video> element before the
video starts playing? - Correct answer-poster
Which style sheet code defines the 18-pixel Arial font for all level two headers? -
Correct answer-h2 {
font-family: Arial; font-size: 18px;
}
Given the following CSS code:
body {
color : white;
}
©COPYRIGHT 2025, ALL RIGHTS RESERVED 2
, Which part of an element is affected by the color property? - Correct answer-Text
What should be added first when embedding CSS in a single web page as an
internal style sheet? - Correct answer-A <style> element to the <head> section
What is the first character a developer should use for an id selector in CSS? -
Correct answer-#
A developer has an image that needs to remain in the same place when the page is
scrolled.
Which CSS positioning scheme should this developer use? - Correct answer-Fixed
A developer needs two pixels of space on the left side of content relative to the
border.
Which CSS property should this developer use? - Correct answer-padding-left:
2px;
What immediately encloses the padding in the CSS box model? - Correct answer-
Border
What is the outermost box of the CSS box model? - Correct answer-Margin
©COPYRIGHT 2025, ALL RIGHTS RESERVED 3