HTML Links and Anchors — a practical guide to HTML links anchors with clear examples you can reuse in real projects.
HTML Tutorial Series (13/79). Prefer one article? Read the complete HTML tutorial.
Short description
Use descriptive link text. For new tabs, add `rel="noopener noreferrer"` with `target="_blank"`.
Links
<a href="/about">About us</a>
<a href="#pricing">Jump to pricing</a>
<a href="https://example.com" target="_blank" rel="noopener">External</a>