WGUWeb Development Foundation (NVO1) (Web-Development-Foundation) Free Practice Test
Question 1
Which CSS unit is a relative unit?
Correct Answer: B
Question 2
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: D
Question 3
Which generic family of fonts is distinguished by plain stroke ends?
Correct Answer: C
Question 4
Use the given HTML documentto answer the following question:

What is the spacing of the grid-row-gap?

What is the spacing of the grid-row-gap?
Correct Answer: A
Question 5
What does the animation-name properly specify?
Correct Answer: B
Question 6
Consider the formatted text.
abc
dof
ghi
Which HTML is used to create the formatted text?
abc
dof
ghi
Which HTML is used to create the formatted text?
Correct Answer: C
Question 7
Use the given content to answer the following question:
This is heading 1
The color of the text can be specified with a hexadecimal value.
Which HTML document uses the CSS hexadecimal color property to define the color of the text?
This is heading 1
The color of the text can be specified with a hexadecimal value.
Which HTML document uses the CSS hexadecimal color property to define the color of the text?
Correct Answer: A
Question 8
Use the given code snippet to answer the following question: <a href-"#additional_info">Additional info</a> Where will the user be taken when the link is followed?
Correct Answer: C