<title>Bootstrap 实例 - 基本表单</title>
<link rel="stylesheet" href="/css/bootstrap/bootstrap3.3.7.min.css">
<script src="/js/bootstrap/jquery.min.js"></script>
<script src="/js/bootstrap/bootstrap3.3.7.min.js"></script>
<label for="name">名称</label>
<input type="text" class="form-control" id="name"
<label for="inputfile">文件输入</label>
<input type="file" id="inputfile">
<p class="help-block">这里是块级帮助文本的实例。</p>
<input type="checkbox"> 请打勾
<button type="submit" class="btn btn-default">提交</button>