Answers for "how to make index.html as link in anchor tag"

1

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

Code answers related to "how to make index.html as link in anchor tag"

Browse Popular Code Answers by Language