<title>Bootstrap3 水平表单 - 迹忆客(jiyik.com)</title>
<link rel="stylesheet" href="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://cdn.staticfile.org/jquery/2.1.1/jquery.min.js"></script>
<script src="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/js/bootstrap.min.js"></script>
<form class="form-horizontal" role="form">
<label for="firstname" class="col-sm-2 control-label">名字</label>
<input type="text" class="form-control" id="firstname"
<label for="lastname" class="col-sm-2 control-label">姓</label>
<input type="text" class="form-control" id="lastname"
<div class="col-sm-offset-2 col-sm-10">
<input type="checkbox"> 请记住我
<div class="col-sm-offset-2 col-sm-10">
<button type="submit" class="btn btn-default">登录</button>