:link
Targets links (<a> elements with an 'href') that have not yet been visited by the user.
Syntax
/* Usage 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.
1+
1+
1+
12+