Answers for "html link to anchor"

37

HTML Links - Hyperlinks

<a href="url">link text</a>
Posted by: Guest on February-16-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
-1

html anchor

<a><img src="http://example.com/image-file.png" /></a>
Posted by: Guest on September-05-2021

Browse Popular Code Answers by Language