CSS :link Selector (original) (raw)

Last Updated : 11 Jul, 2025

The :link is used to target the unvisited link for styling not the links which is already visited. For styling on visited use ":visited", for styling on click use ":active" and for styling move mouse on link use ":hover".

**Syntax:

:**link {
//property
}

**Example:

HTML `

Unvisited links.

`

**Output:

**Supported Browsers: