Back to Concepts

<a>

A hyperlink to other pages.

The `<a>` tag defines a hyperlink, which is used to link from one page to another. The most important attribute of the `<a>` element is the `href` attribute, which indicates the link's destination. By default, links appear underlined and blue.

Live Example & Code

Preview Output
<a href="https://google.com">Go to Google</a>
HTMLViz
© 2026 HTMLViz. Open Source Learning.