gpt4 book ai didi

html - 如何将按钮链接到另一个页面?

转载 作者:行者123 更新时间:2023-12-02 21:08:30 25 4
gpt4 key购买 nike

到目前为止,这是我的 HTML

<button type="button" formaction="contact.html">Get In Touch!</button>

出于某种原因,当我在浏览器中单击按钮时,它没有将我带到 contact.html 页面。 google 中出现的所有页面都帮助我学习了新的按钮属性,但我无法弄清楚如何使页面在点击时重定向。

最佳答案

如果您使用的是 Bootstrap ,则可以使用它来为您完成:

<a href="#" class="btn btn-info" role="button">Link Button</a>

参见 http://www.w3schools.com/bootstrap/bootstrap_buttons.asp

关于html - 如何将按钮链接到另一个页面?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34821728/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com