Page 1 of 32
WGU C777 OBJECTIVE ASSESSMENT AND PRACTICE
EXAM LATEST 2025 TEST BANK| COMPLETE 450 REAL
EXAM QUESTIONS AND CORRECT VERIFIED ANSWERS/
GRADED A+| C777 OA & PA WEB DEVELOPMENT
APPLICATIONS TEST BANK (MOST RECENT!!)
What is a characteristic of a web page with responsive design?
.....ANSWER..... The ability to resize to the screen size
Which language provides dynamic content for a web page
across all browsers? .....ANSWER..... JavaScript
Which type of content should use an <aside>? .....ANSWER.....
News feeds
Which element should a developer use for a bulleted list?
.....ANSWER..... <ul>
What does an HTML5 code validator confirm about code?
.....ANSWER..... It complies with a standard
,Page 2 of 32
A web developer needs to play an audio file endlessly.
The developer writes the following HTML code:
<audio>
<source src = "media/audio.ogg" type="audio/ogg" />
</audio>
Which attribute should this developer use? .....ANSWER..... loop
Which attribute is used to display an image inside a <video>
element before the video starts playing? .....ANSWER..... poster
Which style sheet code defines the 18-pixel Arial font for all
level two headers? .....ANSWER..... h2 {
font-family: Arial; font-size: 18px;
,Page 3 of 32
}
Given the following CSS code:
body {
color : white;
}
Which part of an element is affected by the color property?
.....ANSWER..... Text
What should be added first when embedding CSS in a single
web page as an internal style sheet? .....ANSWER..... A <style>
element to the <head> section
What is the first character a developer should use for an id
selector in CSS? .....ANSWER..... #
, Page 4 of 32
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?
.....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? .....ANSWER.....
padding-left: 2px;
What immediately encloses the padding in the CSS box model?
.....ANSWER..... Border
What is the outermost box of the CSS box model?
.....ANSWER..... Margin
WGU C777 OBJECTIVE ASSESSMENT AND PRACTICE
EXAM LATEST 2025 TEST BANK| COMPLETE 450 REAL
EXAM QUESTIONS AND CORRECT VERIFIED ANSWERS/
GRADED A+| C777 OA & PA WEB DEVELOPMENT
APPLICATIONS TEST BANK (MOST RECENT!!)
What is a characteristic of a web page with responsive design?
.....ANSWER..... The ability to resize to the screen size
Which language provides dynamic content for a web page
across all browsers? .....ANSWER..... JavaScript
Which type of content should use an <aside>? .....ANSWER.....
News feeds
Which element should a developer use for a bulleted list?
.....ANSWER..... <ul>
What does an HTML5 code validator confirm about code?
.....ANSWER..... It complies with a standard
,Page 2 of 32
A web developer needs to play an audio file endlessly.
The developer writes the following HTML code:
<audio>
<source src = "media/audio.ogg" type="audio/ogg" />
</audio>
Which attribute should this developer use? .....ANSWER..... loop
Which attribute is used to display an image inside a <video>
element before the video starts playing? .....ANSWER..... poster
Which style sheet code defines the 18-pixel Arial font for all
level two headers? .....ANSWER..... h2 {
font-family: Arial; font-size: 18px;
,Page 3 of 32
}
Given the following CSS code:
body {
color : white;
}
Which part of an element is affected by the color property?
.....ANSWER..... Text
What should be added first when embedding CSS in a single
web page as an internal style sheet? .....ANSWER..... A <style>
element to the <head> section
What is the first character a developer should use for an id
selector in CSS? .....ANSWER..... #
, Page 4 of 32
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?
.....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? .....ANSWER.....
padding-left: 2px;
What immediately encloses the padding in the CSS box model?
.....ANSWER..... Border
What is the outermost box of the CSS box model?
.....ANSWER..... Margin