Exam (elaborations)
WGU D276 PRE-ASSESSMENT: WEB DEVELOPMENT FOUNDATIONS (PNVO) 2024/2025 with complete solution
WGU D276 PRE-ASSESSMENT: WEB DEVELOPMENT FOUNDATIONS (PNVO) 2024/2025 with complete
[Show more]
Last document update: 1 day ago
Preview 4 out of 41 pages
Uploaded on
October 20, 2023
File latest updated on
November 16, 2024
Number of pages
41
Written in
2023/2024
Type
Exam (elaborations)
Contains
Questions & answers
wgu d276 pre assessment web development foundati
which code snippets can be used to increase the we
which code snippet should be used to create this c
which code snippet should be used to create this
Institution
WGU D276
Course
WGU D276
By: joshuaperreira6144 • 3 days ago
By: jasonchatonda • 5 months ago
There are 70 questions on the preassesment
By: chrismurry0304 • 7 months ago
By: thanhngo26 • 11 months ago
By: jenniferfleming • 1 year ago
$16.49
100% satisfaction guarantee
Immediately available after payment
Both online and in PDF
No strings attached
7121123, 11:32 AM WGU Student Portal
WGU Knowledge Center
BB PRE-ASSESSMENT: WEB DEVELOPMENT FOUNDATIONS
(PNVO)
Attempt #4
Status: Passed
@ 1 Usethegiven text to answer the following question:
The weather is hot.
Which code snippets can be used to increase the weight of the text's font to indicate
that it is important?
Choose 2 answers.
YOUR CORRECT
ANSWER ANSWER
<p><strong>The weather is hot.</strong></p> v v
<p><em>The weather is hot.</em></p>
<p><i>The weather is hot.</i></p>
<p><mark>The weather is hot.</mark></p>
<p><b>The weather is hot.</b></p> v v
© 2 Usethegiven text to answer the following question:
| love you.
Which code snippet can be used to style the word "love" in bold?
YOUR CORRECT
ANSWER ANSWER
p>| <st<strong>love</strong>
<p>| >|ove</st > you.</p
</p> v v
<p>| <em>love</em> you.</p>
<p>| <mark>love</mark> you.</p>
Help
https://my.wgu.edu/coaching-report/preassessment-report/v1/studentPidm/10449556/assessmentCode/PNVO/testDate/1689950636 1/40
,7121123, 11:32 AM WGU Student Portal
YOUR CORRECT
ANSWER ANSWER
<p>| <span>love</span> you.</p>
03. Use the given text to answer the following question:
The mother told her child, “Get ready for school.”
Which code snippet should be used to create this content?
YOUR CORRECT
ANSWER ANSWER
v v
<p>The mother told her child, <q>Get ready for school.
</q></p>
<p>The mother told her child, <b>Get ready for school.
</b></p>
<p>The mother told her child, <mark>Get ready
for school.</mark></p>
<p>The mother told her child, <cite>Get ready for school.
</cite></p>
Use the given text to answer the following question:
The Empire State Building
20 W 34th St
New York, NY 10001
Which code snippet should be used to create this content?
YOUR CORRECT
ANSWER ANSWER
v v
<p>The Empire State Building<br> 20 W
34th St<br> New York, NY 10001</p>
<p>The Empire State Building 20 W 34th St New York,
NY 10001</p>
https://my.wgu.edu/coaching-report/preassessment-report/v1/studentPidm/10449556/assessmentCode/PNVO/testDate/1689950636 2/40
,7/21/23, 11:32 AM WGU Student Portal
YOUR CORRECT
ANSWER ANSWER
<p>The Empire State Building<b> 20 W 34th St <b> New
York, NY 10001</p>
<p>The Empire State Building<div> 20 W
34th St <div> New York, NY 10001</p>
0 5. Use the given text to answer the following question:
An article about html
It explains how headings work!
Which code snippet should be used to create this content?
YOUR CORRECT
ANSWER ANSWER
<html> v
<head>
<title>An article about html</title>
</head>
<body>
<p>lt explains how headings work!</p>
</body></html>
<html>
<h1>
<title>An article about html</title>
</h1>
<body>
<p>It explains how headings work!</p>
</body>
</html>
<html>
<head>
<title>An article about html</title>
</head>
<body>
<h1>An article about html</h1>
<p>It explains how headings work!</p>
https://my.wgu.edu/coaching-report/preassessment-report/v1/studentPidm/10449556/assessmentCode/PNVO/testDate/1689950636 3/40
, 7/21/23, 11:32 AM WGU Student Portal
YOUR CORRECT
ANSWER ANSWER
</body>
</html>
<html>
<h1>
<title>An article about html</title>
</h1>
<body>
<title>An article about html</title>
<p>It explains how headings work!</p>
</body>
</html>
0 6. Which accessibility solution should be used for users with hearing impairment?
YOUR CORRECT
ANSWER ANSWER
Easily read fonts
Textual description of images
Transcript of audio v v
Screen reading conversion
Q 7. Use the given code snippet to answer the following question:
<ol>
<li>apple</li>
<li>banana</li>
<li>cherry</li>
<li>date</li>
</ol>
How will this code be displayed in a browser?
https://my.wgu.edu/coaching-report/preassessment-report/v1/studentPidm/10449556/assessmentCode/PNVO/testDate/1689950636 4/40