D276 | WGU | QUESTIONS VERIFIED ACCURATE ANSWERS
1. Use the given 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.: <p><strong>The weather is hot.</strong></p>
<p><b>The weather is hot.</b></p>
2. 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>
3. 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?: <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>
4. Use the given code snippet to answer the following question:
<ol>
<li>apple</li>
1/9
, <li>banana</li>
<li>cherry</li>
<li>date</li>
</ol>
How will this code be displayed in a browser?: 1. apple
2. banana
3. cherry
4. date
2/9
1. Use the given 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.: <p><strong>The weather is hot.</strong></p>
<p><b>The weather is hot.</b></p>
2. 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>
3. 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?: <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>
4. Use the given code snippet to answer the following question:
<ol>
<li>apple</li>
1/9
, <li>banana</li>
<li>cherry</li>
<li>date</li>
</ol>
How will this code be displayed in a browser?: 1. apple
2. banana
3. cherry
4. date
2/9