VOOZH about

URL: https://www.geeksforgeeks.org/css/css-link-selector/

⇱ CSS :link Selector - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

CSS :link Selector

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:

Output:

👁 Image

Supported Browsers:

  • Google Chrome 1.0
  • Edge 12.0
  • Firefox 1.0
  • Safari 1
  • Opera 3.5
Comment
Article Tags: