How to create a hyperlink in HTML?

How to create a hyperlink in HTML?

1 Like

To create a hyperlink in HTML use the <a href> tag around the text you would like to link. The href attribute will point to the desired address.
<a href="/about/about_team.htm">team</a>