06-28-2018, 09:45 AM
This tutorial will teach you how to set different properties of a hyper link using CSS. You can set following properties of a hyper link:
We will revisit same properties when we will discuss Pseudo-Classes of CSS.
The :link Signifies unvisited hyperlinks.
The :visited Signifies visited hyperlinks.
The :hover Signifies an element that currently has the user's mouse pointer hovering over it.
The :active Signifies an element on which the user is currently clicking.
Usually these all properties are kept in the header part of HTML document.
We will revisit same properties when we will discuss Pseudo-Classes of CSS.
The :link Signifies unvisited hyperlinks.
The :visited Signifies visited hyperlinks.
The :hover Signifies an element that currently has the user's mouse pointer hovering over it.
The :active Signifies an element on which the user is currently clicking.
Usually these all properties are kept in the header part of HTML document.