Answers for "how do i create a homepage anchor in html"

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

Code answers related to "how do i create a homepage anchor in html"

Browse Popular Code Answers by Language