CSS (Cascading Style Sheets)
Making Links
Instead of selecting "Class" when making new styles (click here for more details on starting a CSS document), select "Advanced."

Figure 33
- a:link - This is what any normal link looks like, before it's visited, active, or hovered over.
- a:visited - This is what the link looks like after someone has already been there.
- a:hover - This is what a link looks like when the mouse is over it.
- a:active - This is what the link looks like when the page that this links to is open or active.
EXAMPLE
See what it looks like before you click it, when you hover, when you click it, and after it's clicked! Click this link to go to the test page. Go to the test page.