HTML links are used to navigate between pages or websites.
<a href="https://www.google.com">Visit Google</a> <a href="https://example.com" target="_blank">Open in New Tab</a> <a href="mailto:test@example.com">Send Email</a> <a href="index.php?page=home">Go to Home Page</a>
Destination URL
Open new tab
Email link
Page navigation