Answers for "html link to top of page"

0

html css bring to page top

window.scroll({
  top: 0, 
  left: 0, 
  behavior: 'smooth'
});
Posted by: Guest on March-03-2021
0

how do you make a link to the top of a page

<a href="#top">Back to top of page</a>
Posted by: Guest on March-15-2020
0

how do you make a link to the top of a page

<a name="top"></a>
Posted by: Guest on March-15-2020

Browse Popular Code Answers by Language