HTML <a> tag

HTML links are defined with the \<a> tag.
The link's destination is specified in the href attribute. Attributes are used to provide additional information about HTML elements.
```
 <a href="https://www.convidata.com">This is a link</a> 
```
HTML5 allows web page authors to place an \<a> element around a block level element that contains child elements. This allows you to turn an entire block into a link.