Tags Used in the Hyperlinks

Tag Description
<a> Defines an anchor
 
You see there is only one tag in the Table i.e. <a> tag, it is called as anchor tag. This tag is used to linkthe documents in the Html and it is quite simple.
 
 
The <a> Anchor Tag and its Attributes:
<a>Attributes Description
href specifies the address or path (of any file) to which we want to jump.
target specifies where the linked document will be opened.
name specifies the name of the anchor.