Anchor tag in HTML

Anchor tag

  • We can create hyperlink using the anchor tag.
  • What is Hyperlink?
    A hyperlink is a link between web pages and it is used to connect one web page to another.


Example:
<a href=“http://www.cristleacademy.com”>Visit Cristle Academy </a>

Cristle Academy

Compiler