WGUWeb Development Foundation (NVO1) - Web-Development-Foundation Exam Practice Test
Which image file format is a popular and compliant web-ready format but does not support transparency?
Correct Answer: B
Vote an answer
Which code snippet will display an image named myimage.png that will redirect to index.html when the link is selected?
Correct Answer: D
Vote an answer
Which two color definitions are valid for use with CSS? Choose 2 answers.
Correct Answer: A,C
Vote an answer
The given HTML is used to create formatted text.
<em>Article A</era><br /><br /><mark>Article B</mar}c><br /><b>Article C</b> What is the formatted text that results from the given HTML?
<em>Article A</era><br /><br /><mark>Article B</mar}c><br /><b>Article C</b> What is the formatted text that results from the given HTML?
Correct Answer: C
Vote an answer
Use the given code snippet to answer the following question:
<style>
.one.two { color: blue;
} </style>
Which HTML block should be used to display the text in blue?
<style>
.one.two { color: blue;
} </style>
Which HTML block should be used to display the text in blue?
Correct Answer: A
Vote an answer
Use the given code to answer the following question:

Which color is shown for the <label> tag?

Which color is shown for the <label> tag?
Correct Answer: D
Vote an answer
What is the HTML that results in the given text?
Design
Layout
Structure
Design
Layout
Structure
Correct Answer: A
Vote an answer
Consider the given CSS rule.
span {
color: black;
font-size: 14pt; }
What is span referred to as in the CSS rule?
span {
color: black;
font-size: 14pt; }
What is span referred to as in the CSS rule?
Correct Answer: D
Vote an answer