Back to HTML

HTML Tutorial

Links

Create navigation with anchor elements.

Links connect pages, sections, files, email addresses, and external resources.

Clear link text helps users understand where the link will take them.

code
<a href="https://example.com">Visit Website</a>