HTML href Attribute

Example showing the href attribute in a link.

Preview

Code

<p>Visit the following website:</p>

<a href="https://example.com">Open Example Website</a>

More HTML Attributes Examples (9)