Default link
The humble anchor, linking hypertext since the ’80s.
We use this anchor styling in the body content, i.e. between the header and footer.
Example
Code sample
1
2
3
<a href="#">
Lil Regie's front-end workshop
</a>
Usage notes
If you want to link to an external URL, don’t forget to use the
rel="noopener"
` attribute.
Source files