Answers for "how to add anchor link in html"

4

how to add links in html

<a class="class" href="link" id="id">Text</a>
Posted by: Guest on July-19-2020
0

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-->
Posted by: Guest on September-23-2020

Browse Popular Code Answers by Language