Answers for "anchor tags html different page"

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
0

anchor html

<!-- <a> element links to the section below -->
<p><a href="#Section_further_down">
  Jump to the heading below
</a></p>

<!-- Heading to link to -->
<h2 id="Section_further_down">Section further down</h2>
Posted by: Guest on November-30-2021
-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