Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

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>
Source by developer.mozilla.org #
 
PREVIOUS NEXT
Tagged: #anchor #html
ADD COMMENT
Topic
Name
7+4 =