1The HTML <a> element (or anchor element), with its href attribute,
2creates a hyperlink to web pages, files, email addresses, locations
3in the same page, or anything else a URL can address. Content within
4each <a> should indicate the link's destination.
5
6Use:
7
8<a href="https://example.com"> </a>