【发布时间】:2019-01-27 10:51:09
【问题描述】:
我有一个 1 页的网站,如果我单击它以链接到我的页脚,如何链接我的按钮 我的页脚 ID 是 Footersite
我的代码:
<div class="openbutton">
<a href="Footersite">
<p style="color: white; font-size: 17px;">Contact us</p>
</a>
</div>
但它并没有下降。我该如何解决这个问题?
【问题讨论】:
-
请同时显示页脚代码
-
试试
<a href="#Footersize">
标签: html button hyperlink footer