Answers for ": How to create a hyperlink to access a particular section of a page? Where hyperlink and section both are on the same page.."

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

Code answers related to ": How to create a hyperlink to access a particular section of a page? Where hyperlink and section both are on the same page.."

Browse Popular Code Answers by Language