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.
Next: How to create an image in HTML
Leave a comment