Web Guidelines
Links
Documentation and examples for global typefaces and typography styles.
Syntax
The HTML <a> tag is used for hyperlinks
Copy
<a href=”url”>Link text</a>
More Examples
More examples of common uses of the <a> tag.
Open link in a new tab
Copy
<a href=”#” target=”_blank”>This is a link that opens in a new tab.</a>
Link to anchor (#) on same page
Copy
<a href=”#section-one”>Scroll to Section One.</a>
Link an email address
Copy
<a href=”mailto:someone@example.com”>Send email</a>
Link a phone numbers
Copy
<a href=”tel:+8665816646″>866-581-6646</a>