A link in html is created with a tag.
It opens a page specified in the href attribute
Syntax
<a href="url">Link</a>
The above syntax displays link with an underline.
When you click on it, you move to the url specified in href
The url can be relative or absolute.