跳转过去没有到锚点
index.html
<div class="foot-item item-3">
<p>关于我们</p>
<span><a href="about.html#mao">团队介绍</a></span>
</div>
about.html
<div class="about-contact about-wrap" name="mao">
跳转过去没有到锚点
index.html
<div class="foot-item item-3">
<p>关于我们</p>
<span><a href="about.html#mao">团队介绍</a></span>
</div>
about.html
<div class="about-contact about-wrap" name="mao">
13 回答13.1k 阅读
8 回答2.9k 阅读
3 回答1.4k 阅读✓ 已解决
2 回答5.3k 阅读✓ 已解决
5 回答1.5k 阅读
7 回答2.2k 阅读
5 回答1.6k 阅读
div 不支持 name 这个属性来创建锚点.锚点是在 a 标签的 name 属性
另外,根据 Mozilla 的文档,html5 中,a 的 name 属性也不支持了.改为了搜索唯一的 id 属性