4.2 Links View in a new window

The standard <a> tag and its various states.

Twig: base/link/link.twig

Default example
This is normal text. This text is a link.
The hover style.
This is normal text. This text is a link.
A link that has already been visited.
This is normal text. This text is a link.
A link that has been given keyboard focus.
This is normal text. This text is a link.
A link that is being actively clicked.
This is normal text. This text is a link.
Markup
This is normal text. <a href="#" class="{{ modifier_class }}">This text is a link</a>.