【问题标题】:What is the technical term for an anchor with a link to an id?带有 id 链接的锚点的技术术语是什么?
【发布时间】:2018-04-22 06:29:59
【问题描述】:

在德语中,我们使用术语“Sprungmarke”,字面意思是“跳跃标记”。英语中的适当术语是什么?

<a href="#my-headline">Jump to My Headline</a>
.
.
.
.
.
.
.
<h1 id="my-headline">My Headline</h1>

【问题讨论】:

    标签: html terminology wording


    【解决方案1】:

    称为“片段标识符”:

    您可以在href 中使用 id 目标来跳转到同一页面或任何其他页面上具有此 id 的特定部分。 您还可以引用 SVG 文件中的符号。 这种技术适用于 XML 文件。

    【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2019-08-20
    • 1970-01-01
    • 1970-01-01
    • 2016-12-05
    • 2015-11-08
    • 2018-06-20
    相关资源
    最近更新 更多