The A tag is short for anchor tag. It lets you be able to click on the link and it sends you there.
The Syntax:
<a href="example.com" Example >
- a is the name of the tag, and it is self-closing.
- HREF is the hypertext reference (path and filename) to the resource.