我有一个 div 页脚,我想在其中放置各种社交媒体网站的链接。目前我有:
<div id="footer">
<button type="button"
onclick="href='window.location.https://www.facebook.com'">
<img class="socimage" src="Facebook_icon.jpg"/></button>
</div>
我使用的是常规按钮标签,因为这是我能想到的最简单的方法,也可以向其添加图像并将其设置为 css。问题是链接不起作用。我敢肯定风格明智,有更好的方法,也许使用表单,但我对 html 有点生疏。同样正如我所说,我想要多个按钮,所以如果我应该使用一个form
标签,我不希望该标签内的链接