WGU Pre-Assessment: Web Development Foundations (PNVO)
1. Use the given text to answer the following question:
The weather is hot. (all in bold)
Which code snippet should be used to create this content? Choose 2
answers.
1.<p><strong>The weather is hot.</strong></p>
2.<p><em>The weather is hot.</em></p>
3.<p><i>The weather is hot.</i></p>
4.<p><mark>The weather is hot.</mark></p>
5.<p><b>The weather is hot.</b></p>: 1 & 5
2. Use the given text to answer the following question:
I love you ( I love(in bold) you
Which code snippet should be used to create this content?
<p>I <strong>love</strong> you</p>
<p>I <em>love</em> you</p>
<p>I <h1>love</h1> you</p>
<p>I <span>love</span> you</p>: 1
<p>I <strong>love</strong> you</p>
3. 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?
<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>:
1 <p>The mother told her child, <q>Get ready for school.</q></p> 4. 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?
<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>
, WGU Pre-Assessment: Web Development Foundations (PNVO)
<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>: 1
<p>The Empire State Building<br> 20 W 34th St<br> New York, NY 10001</p>
5. Use the given text to answer the following question:
An article about html
It explains how headings work!
An article about html is larger font, next line is smaller
Which code snippet should be used to create this content?
<html>
<head>
<title>An article about html</title>
</head>
<body>
<p>It 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>
, WGU Pre-Assessment: Web Development Foundations (PNVO)
<body>
<h1>An article about html</h1>
<p>It explains how headings work!</p>
</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>: 3
<html>
<head>
<title>An article about html</title>
</head>
<body>
<h1>An article about html</h1>
<p>It explains how headings work!</p>
</body>
</html>
6. Which accessibility solution should be used for users with hearing
impairment?
Easily read fonts
Textual description of images
Transcript of audio
Screen reading conversion: Transcript of audio
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>
, WGU Pre-Assessment: Web Development Foundations (PNVO)
How will this code be displayed in a browser?: 1. 2. 3. 4. , not bullets - it is
ordered list
8. Which set of form elements allows the selection of only one item from the
group?
<input type="number" name="choose" value="1" id="choice1">
<label for="choice1">1</label>
<input type="number" name="choose" value="2": 1.
<input type="radio" name="choose" value="1" id="choice1"><label
for="choice1">1</label><input type="radio" name="choose" value="2"
id="choice2"><label for="choice2">2</label>
9. Use the given code to answer the following question:
<head>
<style>
body {
The benefits of buying summaries with Stuvia:
Guaranteed quality through customer reviews
Stuvia customers have reviewed more than 700,000 summaries. This how you know that you are buying the best documents.
Quick and easy check-out
You can quickly pay through credit card or Stuvia-credit for the summaries. There is no membership needed.
Focus on what matters
Your fellow students write the study notes themselves, which is why the documents are always reliable and up-to-date. This ensures you quickly get to the core!
Frequently asked questions
What do I get when I buy this document?
You get a PDF, available immediately after your purchase. The purchased document is accessible anytime, anywhere and indefinitely through your profile.
Satisfaction guarantee: how does it work?
Our satisfaction guarantee ensures that you always find a study document that suits you well. You fill out a form, and our customer service team takes care of the rest.
Who am I buying these notes from?
Stuvia is a marketplace, so you are not buying this document from us, but from seller KINGNOTES1. Stuvia facilitates payment to the seller.
Will I be stuck with a subscription?
No, you only buy these notes for $8.99. You're not tied to anything after your purchase.