You want to complete the pseudo class for link elements so that the links appear red when the page loads, green when the link is clicked, orange when the cursor moves over the link, and blue if the link was clicked previously.
How should you complete the code? To answer, drag the appropriate CSS selector to the correct locations. Each selector may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
Solution:
References: https://www.w3schools.com/cssref/css_selectors.asp
Does this meet the goal?
Correct Answer:
A
This question requires that you evaluate the underlined text to determine if it is correct.
You are reviewing a stylesheet created be a member of your team. The stylesheet includes a style that is defined as follows:
You apply the productBox style to a
Correct Answer:
C
References: https://www.w3schools.com/colors/colors_shades.asp
Which CSS property is used to draw a line over text, through text, or under text?
Correct Answer:
D
References: https://www.w3schools.com/cssref/pr_text_text-decoration.asp