这似乎是一个愚蠢的问题,它可能/可能是。 如果用户点击某个位置的元素称为锚点/链接,则称为链接到的元素。 fiddle for demonstration
<a href="#whatisthiscalled">go to what is this called</a>
<div id="whatisthiscalled">What is this element called, other then div/node/dom element.</div>
感谢。
答案 0 :(得分:1)
它是&#34;目标&#34;。在旧版本的HTML中,有一个&#34;名称&#34;仅适用于锚标签的属性,但在任何元素上使用ID的较新语法已基本取代它。