Answers for "anchor tag for the same page"

1

anchor tag for the same page

<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>
Posted by: Guest on January-19-2022

Browse Popular Code Answers by Language