HTML 锚链接

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了HTML 锚链接相关的知识,希望对你有一定的参考价值。

...text before the anchor...
<A name="anchor-one">This is the location of anchor one.</A>
...text after the anchor...

html 具有固定标题的锚链接

.anchor{
  display: block;
  height: 115px; /*same height as header/navbar */
  margin-top: -115px; /*same height as header/navbar */
  visibility: hidden;
}
<span class="anchor" id="section1"></span>

<div class="section">
  <!-- your content.. -->
</div>

以上是关于HTML 锚链接的主要内容,如果未能解决你的问题,请参考以下文章

HTML 锚链接

在 Angular 6 中使用 HTML 锚链接#id

来自锚链接的短信 - Html5 Iphone

vue中的锚链接跳转问题

vue中的锚链接跳转问题

使用jQuery滚动到锚链接[重复]