<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewpot" content="width=device-width,initial-scale=1.0">
<title>learn bootstrap</title>
<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="google-code-prettify/prettify.css" rel="stylesheet">
</head>
<body onload="prettyPrint()">
<script src="jquery1.11.3/jquery-1.11.3.min.js"></script>
<script src="bootstrap/js/bootstrap.js"></script>
<script src="google-code-prettify/prettify.js"></script>
<div class="container">
<label class="checkbox-inline">
<input type="checkbox" name="sex" value="male">男</label>
<label class="checkbox-inline">
<input type="checkbox" name="sex" value="female">女</label>
<label class="checkbox-inline">
<input type="checkbox" name="sex" value="other">其他</label>
</div>
</body>
</html>