: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 availableSince 201596% global usage

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

Safe to use without fallbacks.

1+
1+
≤4+
12+
ESC