CORRECT ANSWERS
What is a characteristic of a web page with responsive design?
A) The ability to react to user events
B) A measure of the page load speed
C) The ability to resize to the screen size
D) A measure of the page close speed - correct answer ✔✔The ability to
resize to the screen size
Which language provides dynamic content for a web page across all
browsers?
A)
XML
B)
JavaScript
C)
HTML5
D) XHTML - correct answer
✔✔JavaScript
Which type of content should use an <aside>?
A) News feeds
B) Site copyrights
C) Headlines
D) Navigation menus - correct answer ✔✔News feeds
Which element should a developer use for a
bulleted list?
A) <ul
>
B) <ol
>
C)
<dl>
D) <p> - correct answer
✔✔<ul>
WGU C777 – PA QUESTIONS WITH CORRECT ANSWERS
,What does an HTML5 code validator confirm about
code? A) It contains no warnings.
B) It works in every browser.
C) It complies with a standard.
D) It follows best practices. - correct answer ✔✔It complies with a standard.
WGU C777 – PA QUESTIONS WITH CORRECT ANSWERS
C)
loop
D) src - correct answer
✔✔loop
Which attribute is used to display an image inside a <video> element
starts before the video A) playing?
B) src g
C) im
D) type - correct ✔ postr poster answer ✔ e
Which style sheet code defines the 18-pixel Arial font for all level two
headers?
A) {
h2
{
font-family-: Arial; font-weight:
{
18px; }
B) .h
{
2
font-name: Arial; font-size:
18px; }
C)
h2
font-family: Arial; font-size:
18px; }
D) .h
2
font-name: Arial; font-weight:18px; } - correct
answer
✔✔h2
font-family: Arial; font-size:
18px; }
WGU C777 – PA QUESTIONS WITH CORRECT ANSWERS
, A web developer ds to play an audio file endlessly. The developer writes
followi
nee g HTML the
<
naudiocode:
> src = "media/audio.ogg"
</
<sourcetype="audio/ogg" />
Which
audio bute should this developer
A)contro
attri
> suse?
B)autoplay
l
{
Given the following CSS code:
body { color : white;
}
Which part of an element is affected by the color property?
A) Text
B) Border
C) Background
D) Shadow - correct answer ✔✔Text
WGU C777 – PA QUESTIONS WITH CORRECT ANSWERS
What should be added first when embedding CSS in a single web page as
an internal style sheet?
A) A <style> element to the <head>
section B) A <head> element to the
<style> section
C) Declarations within a <style> </style> block
D) Declarations within a <head> </head> block - correct answer ✔✔A
<style> element to the <head> section
WGU C777 – PA QUESTIONS WITH CORRECT ANSWERS