Html Anchor Tag.

  • The Anchor tag, < a > is a hyperlink, which is used to link from one page to another.
  • The < a > tag is having href attribute, which is link’s destination.
Syntax
        
        < a href="yourLink">
        Content
        < /a>