PDA

View Full Version : how to create links to sections on the same page in html..?



gunjanjain
12-06-2019, 10:27 PM
Hello friends,



how to create links to sections on the same page in html..?

ferriesthai
12-18-2019, 02:38 AM
Hi Friends,
The following example shows how to use #top and #bottom with the <a> tag and href attribute to create a link to the top or bottom of the page. This method is similar to using "id," but you don't have to pick a specific element. Click on "Top" or "Bottom" in the Results section to see what happens.

Examples
<a href="#top">Top</a>

<a href="#bottom">Bottom</a>