:link

Targets links (<a> elements with an 'href') that have not yet been visited by the user.

Quick example

a:link {
  /* Styles unvisited links to stand out from regular text */
  color: #2563eb;
  text-decoration: underline;
}

:link Browser Support

Widely available Since 2020 96% global usage

This feature is well established and works across many devices and browser versions. It has been available across browsers since 2020.

Safe to use without fallbacks.

1+
1+
1+
12+
ESC