Home >Web Front-end >HTML Tutorial >How to implement intra-page jump using the name attribute and id attribute of a tag_HTML/Xhtml_Web page production
In the past, I only knew to use the name attribute of the a tag to jump, but today I learned that I can also use the id.
I don’t know if there is any other way. The name can be repeated multiple times, and the id can only be used once. Of course, if you don't plan to comply with the specifications, you can use it several times.
The demo is as follows:
Intra-page jump demonstration 1 - any tag id="jump1"