HTML <a> Tag
- The
<a>
tag stands for "anchor" and is primarily used to create hyperlinks on web pages. - When you wrap text or an image with
<a>
tags, you're essentially creating a clickable link. - The
<a>
tag is accompanied by the href attribute, which specifies the destination URL of the link.
href (Hypertext Reference)
This is the most essential attribute. It specifies the destination URL or the location where the link will take the user.