What's the HTML code to link to another section on the same page?

Jackkkkk

New member
get the table code like this

<table id="1">


and set the link like
<a href="sample.html#1">click here</a>

this will take you the view to the table
 
I have a table of contents on my site, but I'm just wondering what the code is so that when people click on it, it would take them down to that section. Thanks!
 
Back
Top