How do you create a hyperlink in HTML?

Use the <a> tag with the href attribute.

Example:

<a href="https://www.example.com">Visit Example</a>