how to add a hyper link in html code example
Example 1: how to add a link in html
<a href="link" > name of the link </a>
Example 2: how to add links in html
<a class="class" href="link" id="id">Text</a>
<a href="link" > name of the link </a>
<a class="class" href="link" id="id">Text</a>