Launch offer
Business website $150 USD Custom plugin $200 USD Ready in 5 days
Get a quote
HTML

HTML Links and Anchors

Connect pages and jump within a page using `<a href>`.

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>

Leave a reply

Your email address will not be published. Required fields are marked *