:local-link
Quick Summary for :local-link
The
:local-link
CSS pseudo-class represents a link to the same document. Therefore an element that is the source anchor of a hyperlink whose target's absolute URL matches the element's own document URL.
Code Usage for :local-link
/* Selects any <a> that links to the current document */ a:local-link { color: green; }
More Details for :local-link
:local-link
The :local-link
CSS pseudo-class represents a link to the same document. Therefore an element that is the source anchor of a hyperlink whose target's absolute URL matches the element's own document URL.
/* Selects any <a> that links to the current document */ a:local-link { color: green; }
Syntax
:local-link
Examples
HTML
<a href="#target">This is a link on the current page.</a><br> <a href="https://example.com">This is an external link</a><br>
CSS
a:local-link { color: green; }
Result
Specifications
No specification foundNo specification data found for css.selectors.local-link
.Check for problems with this page or contribute a missing spec_url
to mdn/browser-compat-data. Also make sure the specification is included in w3c/browser-specs.
No compatibility data found for css.selectors.local-link
.Check for problems with this page or contribute missing data to mdn/browser-compat-data.
See also
Link-related pseudo-classes::link
,:visited
, :hover
, :active
Select your preferred language English (US)Français Change language
Posted in
12:22 am, February 22, 2022
Add Comment
Other Items in CSS
rgb()
rgba()
:right
right
@right-bottom
:root
rotate
rotate()
rotate3d()
rotateX()
rotateY()
rotateZ()
row-gap
ruby-align
ruby-position
saturate()
scale
scale()
scale3d()
scaleX()
scaleY()
scaleZ()
:scope
scroll-behavior
scroll-margin
scroll-margin-block
scroll-margin-block-end
scroll-margin-block-start
scroll-margin-bottom
scroll-margin-inline
scroll-margin-inline-end
scroll-margin-inline-start
scroll-margin-left
scroll-margin-right
scroll-margin-top
scroll-padding
scroll-padding-block
scroll-padding-block-end
scroll-padding-block-start
scroll-padding-bottom
scroll-padding-inline
scroll-padding-inline-end
scroll-padding-inline-start
scroll-padding-left
scroll-padding-right
scroll-padding-top
scroll-snap-align
scroll-snap-stop
scroll-snap-type
@scroll-timeline