Menu
×
×
Correct!
Exercise:Set the background color for visited and unvisited links to "lightblue", and the background color for the hover and active link states to "yellow". Hint: Use the :link, :visited, :hover, and :active pseudo-classes. |
Edit This Code:
Result:
|
Correct Code:
Result:
|