跳转的按钮:把下面3行代码,按需复制修改,到网页中。
<!DOCTYPE html>
<html>
<head>
<title>目录</title>
</head>
<body>
<h1>题目</h1>
<!-- 跳转位置,返回顶部 -->
<div id="local-printer-usb1"></div>
<br /><br />
<div>
<!-- 跳转的按钮:把下面3行代码,按需复制修改,到网页中。 -->
<p><h2><a href="#local-printer-usb1" style="color: black; text-decoration: none;">→→第一,点此跳转</a></h2></p>
<p><h2><a href="#local-printer-usb2" style="color: black; text-decoration: none;">→→第二,点此跳转</a></h2></p>
<p><h2><a href="#local-printer-usb3" style="color: black; text-decoration: none;">→→第三,点此跳转</a></h2></p>