The element

The anchor element creates hyperlinks to web resources

code

Uses href attribute to specify the destination

link

Content within <a> becomes clickable

public

Can link to web pages, files, email addresses, and more

<a href="https://www.mozilla.org"> Visit Mozilla homepage </a>
HTML hyperlink code example showing anchor tag structure