View Questions by Category
There are no sub categories
Category » CSS
There was 1 question found in this category:
How do I customize HTML hyperlinks using CSS?
Using four pseudo-classes, you have the ability to control how hyperlinks are displayed. The link's state name is the pseudo class that defines how the hyperlink should be displayed. The list below describes the available states (link, visited, hover, active).The pseudo-classes must be defined i ...