我有两个html页面,例如index.html
和contact.html
。在页面上我有相同的导航栏。
我可以从contact.html
链接到index.html
上的某个部分吗?
喜欢href="index.html#section"
,就像这样!
谢谢。
答案 0 :(得分:1)
如果我理解正确,您希望从index.html
链接到contact.html
上的元素。您可以通过创建锚标记(<a>
)并将其href
设置为index.html#elementId
来完成此操作。
<a href="index.html#someElementId">