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

How to implement intra-page jump using the name attribute and id attribute of a tag_HTML/Xhtml_Web page production

WBOY
WBOYOriginal
2016-05-16 16:41:002103browse

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:

Copy the code
The code is as follows:





Demo--Jump within the page



In-page jump demo 1——A Tag href="#jump1"
In-page jump demonstration 1 - A tag href="#jump1"In-page jump demo 2 - A tag href="#jump2"

Intra-page jump demonstration 1 - any tag id="jump1"

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn