Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

link to the same page html

<body>
  <a href="#section3">Take you to Section 3 of the page</a>
  
  <p id="section1">Section 1</p>
  <p id="section2">Section 2</p>
  <p id="section3">Section 3</p>
  <p id="section4">Section 4</p>
  
  <a href="#">Take you to Top of the page</a>
</body>
 
PREVIOUS NEXT
Tagged: #link #page #html
ADD COMMENT
Topic
Name
3+4 =