我已经正确地用html链接了在线引导样式表,但是当我打开链接时,“Click here!”不是一个按钮。我怎么解决这个?
这是我的代码:使用btn-primary
这是输出:No button there
要获取按钮,需要使用标记。而类型是在必要的基础上设置的,如按钮、提交。
<div class="container">
<button type="button" class="btn btn-primary">Primary Button</button>
</div
欲了解更多详细信息,请访问https://www.w3schools.com/bootstrap/bootstrap_buttons.asp