Lil Regie's front-end workshop


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

0 375 640 768 1024

Open in a new window

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