Styling Links
Styling Links Can be styled with any CSS property Can style individual “states” of links using pseudoclasses States: link Normal, unvisited visited link user has visited hover link when user mouses over it active link at the moment it is clicked
What do the Style Definitions Look Like?
What it Looks Like in Action?
Little Vikings Hate Asparagus! Order Matters a:hover MUST come after a:link and a:visited a:active MUST come after a:hover Little Vikings Hate Asparagus!
Some Other Properties You Might Want to Change Underline To turn it off… To turn it back on…
To apply a class to certain links a.classname: link{ …..rules } a.classname: visited{ …rules Etc.