×

Html & Html5

The World's best Software Development Study Portal

HTML Link


It is used to link one page with another page. This tag defines a hyperlink which redirect us to another page after a click. Links are defined with the a tag.Href attribute is used to define the link of page or file. It is used as below:


Let's understand this by the following example:


<p> HTML anchor Tag </p>
<p> <a href="best-html-training-institute.html"></a> Visit our HTML tutorial </p>

Output: