How to Add Hyperlink in HTML?

Use the `` tag to create a hyperlink

Add the destination URL in the `href` attribute

Example: `Visit Example`

Use relative URLs for links within the same website

Example: `About Us`

Use `target=”_blank”` to open the link in a new tab

Example: `Open Example`

Use `title` to add tooltip text

Example: `Visit Example`

Use `mailto:` to create an email link

Example: `Email Us`

Use `tel:` to create a phone link

Example: `Call Us`

Suggested for You

Trending Today