After clicking the a tag in the page, you want to make it jump to the corresponding place in the page. The method is very simple. The content in the href in the a tag is the same as the id of the area you want to jump to, for example: Copy code The code is as follows:<a href="#jump">Click me to see</a> <p id="jump">I am the corresponding content of this area</p> If you want to jump to the corresponding place on other pages, just add the link address before #jump in href, that is: <a href="link address#jump">Click me to see</a> That's it. Isn't it simple? |
<<: Several solutions for CSS record text icon alignment
>>: Automated front-end deployment based on Docker, Nginx and Jenkins
ElasticSearch cluster supports動態請求的方式and靜態配置文件to ...
Demand background A statistical interface, the fr...
We can view the installation path of mysql throug...
There are many XHTML tags: div, ul, li, dl, dt, d...
Table of contents Introduction Mirror repository ...
Example: We use the Python code loop_hello.py as ...
This article uses examples to illustrate the prin...
Table of contents Preface Standard sfc writing me...
Using CI to build docker images for release has g...
1. Initialize data DROP TABLE IF EXISTS `test_01`...
!DOCTYPE Specifies the Document Type Definition (...
1. Download MySQL Community Server 5.7.16 and ins...
Today is still a case of Watch app design. I love...
Operating system win10 MySQL is the 64-bit zip de...
Implementation Preparation # Need to back up the ...