a tag mentions a hyperlink, which a user can use to move from one page to another.
<a href="Link">Text</a>
Links by default will appear as follows: 1] Active link - Underlined and appears in red color. 2] Visited link - Underlined and displayed in purple color. 3] Unvisited link - Underlined and shown in blue color. Element Specific attributes supported by this tag are:
Attribute
Value
Description
href
url
Indicates the URL of the link page.
hreflang
language_code
Mentions about lang of document available in the link page.
media
media_query
Defines the media/device, for which the link is optimized.