contact@codebetter.in 8823075444
9993928766
  • Tutorials Home
  • Contact

How do you create a hyperlink in HTML?

The <a> tag defines a hyperlink, which is used to link from one page to another. The most important attribute of the <a> element is the href attribute, which indicates the link's destination. By default, links will appear as follows in all browsers: An unvisited link is underlined and blue.

Example: <a href="Provide link here">CodeBetter</a>
Output: CodeBetter