html - web page navigation not working when link is clicked -


i have web page table of contents , page navigation not working. here html:

<a name="top_of_page">create account</a>  <a href="#top_of_page">top</a> 

when click on top of page link nothing happens. doing wrong? in advance.

name not correct attribute use. use id instead.

<a id="top_of_page">create account</a>  <br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>  <a href="#top_of_page">top</a>


Comments

Popular posts from this blog

html - Styling progress bar with inline style -

java - Oracle Sql developer error: could not install some modules -

How to use autoclose brackets in Jupyter notebook? -