how to add anchor link in html code example
Example 1: how to add links in html
<a class="class" href="link" id="id">Text</a>
Example 2: how to add an html anchor
<h2 id="Lorem_Ipsum">Lorem Ipsum</h2> <!--The anchor-->
<a href="#Lorem_Ipsum">top</a> <!--Linking to the anchor-->