14476910193537820
2017-04-15 16:22
<form action="##" class="navbar-form navbar-left" role="search">
<input type="text" class="form-control" placeholder="请输入关键词">
<button type="submit" class="btn btn-default">搜索</button>
</form>
谁能给解释下,这段都是什么意思
谢谢大家
建议学习下html基础知识再来学习bootstrap
表单提交地址,“##”是指提交到当前页,如果你在当前项目中写了另一个一个网页叫“hello.html”,并且在当前页面把 action=“hello.html”,那么点击button这个提交按钮后就会跳转到hello.html这个页面。
action="##" 这个是什么意思呢,设定action的作用是什么
提供了一个“navbar-form”,在容器中放置一个带有navbar-form类名的表单
“navbar-left”让表单左浮动,里面有两个标签<input>:输入标签和<button>
玩转Bootstrap(基础)
314544 学习 · 2275 问题
相似问题