Answers for "how to go another page specific section using a html"

2

go to id html

<a href="#sushi">Sushi</a>
<a href="#bbq">BBQ</a>

Sample section:
<div id='sushi'><a name='sushi'></a></div>
<div id='bbq'><a name='bbq'></a></div>
Posted by: Guest on December-08-2020
0

how to select the another page section in html

<a href="directry/filename.html#section5" >click me</a>
Posted by: Guest on December-01-2020

Code answers related to "how to go another page specific section using a html"

Browse Popular Code Answers by Language