: How do I define an HTML anchor to jump to specific location within a page? I see thousands of tutorials teaching you a very simple thing, how to use #section to jump to a specific section
I see thousands of tutorials teaching you a very simple thing, how to use #section to jump to a specific section within your page. However, nobody unveils the secret of coding the target anchor. Can you do that?
More posts by @Steve110
1 Comments
Sorted by latest first Latest Oldest Best
The anchor can be a <div>, <table> etc. So what you need o do is give it an id:
<td id="tips">
So then, to link to it, you do the following:
a.com/a.html#tips
That's all.
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.