带有 id 链接的锚点的技术术语是啥?
Posted
技术标签:
【中文标题】带有 id 链接的锚点的技术术语是啥?【英文标题】: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>
【问题讨论】:
【参考方案1】:称为“片段标识符”:
http://w3c.github.io/html/browsers.html#navigating-to-a-fragment-identifier https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Identifying_resources_on_the_Web#Fragment https://en.wikipedia.org/wiki/Fragment_identifier您可以在href
中使用 id 目标来跳转到同一页面或任何其他页面上具有此 id 的特定部分。
您还可以引用 SVG 文件中的符号。
这种技术适用于 XML 文件。
【讨论】:
非常感谢。如果您愿意,可以将更多来源添加到您的帖子中:developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/…(看,我什至添加了片段标识符)en.wikipedia.org/wiki/Fragment_identifier以上是关于带有 id 链接的锚点的技术术语是啥?的主要内容,如果未能解决你的问题,请参考以下文章