Bummer! This is just a preview. You need to be signed in with an account to view the entire instruction.

Well done!

You have completed (UPI) Chapter 6: Navigating with HTML Links and Structuring Data with Tables!

Instruction

Styling Links with CSS

You can use CSS to change the appearance of links in various states: unvisited, visited, hovered, focused, and active. CSS pseudo-classes help target each state. Common Link Pseudo-Classes and Their Default Styles Pseudo-Class State Default Style :link Unvisited links Blue underline :visited Visited links Purple underline :hover Link when mouse hovers No default :focus Link when ...