There are several ways I know of to set anchor positioning in HTML, let me share them with you: 1. Use id positioning: Copy code The code is as follows:<a href="#1F" name="1F">Anchor Point 1</a> <div name="1F"> <p> 11111111111 </br> 11111111111 </br>11111111111 </br>11111111111 </br>11111111111 </br>11111111111 </br>11111111111 </br>11111111111 </br>11111111111 </br>11111111111 </br>11111111111 </br>11111111111 </br>11111111111 </br>11111111111 </br>11111111111 </br>11111111111 </br> </p> </div> This positioning can be targeted at any label. 2. Use name positioning: Copy code The code is as follows:<a href="#5F">Anchor Point 5</a> </br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br> <a name="5F">1111111</href> The name attribute can only be used to locate the a tag, but it cannot be used to locate other tags such as div. 3. Use js positioning Copy code The code is as follows:<li class="" onclick="javascript:document.getElementById('here').scrollIntoView()"></li> |
<<: Summary of @ usage in CSS (with examples and explanations)
>>: Detailed explanation of Docker compose orchestration tool
First download the zip archive version from the o...
Preface In this article, we'll explore the ev...
This article example shares the specific code of ...
Preface I'm currently working on the data ana...
<br />Simple example of adding and removing ...
Install zip decompression function under Linux Th...
Tomcat CentOS Installation This installation tuto...
1|0MySQL (MariaDB) 1|11. Description MariaDB data...
Use examples to familiarize yourself with the mean...
Table of contents Solution 1 Solution 2 When crea...
docker-compose.yml version: '2' services:...
Table of contents Preface 1. Recursive components...
1. Environment version Docker version 19.03.12 ce...
1. CSS background tag 1. Set the background color...
During the project optimization today, MySQL had ...