How To Do A Hyperlink?

Use the HTML anchor tag: `Link text`

Replace `https://example.com` with the destination URL

Replace `Link text` with the clickable text

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

Use `mailto:someone@example.com` to create an email link

Use `tel:+1234567890` to create a phone link

Use `#section-id` to link to a section on the same page

In Markdown, use `[Link text](https://example.com)`

Suggested for You

Trending Today