How to create a link in HTML

You can create links with the anchor tag:

<a href="http://simpletutorials.com">Simple Tutorials</a>

The href attribute tells the browser where to go when the user clicks on the link.

The result

webpage with link

Next: How to create an image in HTML

Comments

Leave a comment

What color are green eyes? (spam prevention)
Submit
Code under MIT License unless otherwise indicated.
© 2020, Downranked, LLC.