Subscribe
Tutorial search
Cool Stuff
How would you like to MASTER graphic design by next week?
Click here to find out how
Photoshop Templates
Featured Photoshop templates - professional ready to use designs for your next project
View all templates
CSS Tutorials
Tutorials
Stuff
Affiliates
How to style links with CSS - CSS tutorial

Category: CSS tutorials - Difficulty: 

Adding links to your page is easy. If you know basic HTML, you probably know how to do this. What you have previously learned from the other discussions can be applied to links such as changing colors, adding lines and adjusting fonts. What is more amazing is the fact that CSS allows you to define whether the link has already been visited or not, whether the link is active or when the cursor is pointing at the link. These effects that you can apply to links using CSS are what we call “pseudo-classes”.
Pseudo-class makes it possible for you to consider different conditions or events when you are to define a property for an HTML tag.
