<!DOCTYPE html>
<html lang="">
	<head>
		<meta charset="utf-8">
		<meta http-equiv="X-UA-Compatible" content="IE=edge">
		<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
		<title>Title Page</title>
		<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css">
		<!--[if lt IE 9]>
			<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script>
			<script src="https://cdnjs.cloudflare.com/ajax/libs/respond.js/1.4.2/respond.min.js"></script>
		<![endif]-->
	</head>
	<body>
		<div class="container">
			<form>
				<h2>你的興趣</h2>
				<div class="checkbox">
					<label>
						<input type="checkbox" name="" id="">打球
					</label>
				</div>
				<div class="checkbox">
					<label>
						<input type="checkbox" name="" id="">睡覺
					</label>
				</div>
			</form>
			<hr>
			<form>
				<h2>你的興趣</h2>
				<div class="form-inline">
					<div class="checkbox">
						<label>
							<input type="checkbox" name="" id="">打球
						</label>
					</div>
					<div class="checkbox">
						<label>
							<input type="checkbox" name="" id="">睡覺
						</label>
					</div>
				</div>
			</form>
			<hr>
			<form>
				<h2>你的興趣</h2>
				<div class="checkbox-inline">
					<label>
						<input type="checkbox" name="" id="">打球
					</label>
				</div>
				<div class="checkbox-inline">
					<label>
						<input type="checkbox" name="" id="">睡覺
					</label>
				</div>
			</form>
			<hr>
			<form>
				<h2>填資料</h2>
				<div class="input-group">
					<span class="input-group-addon">@</span>
					<input type="text" name="" class="form-control">
				</div>
				<div class="input-group">
					<input type="text" name="" class="form-control">			
					<span class="input-group-addon">@mail.com</span>		
				</div>
				<div class="input-group">			
					<span class="input-group-addon">$</span>
					<input type="text" name="" class="form-control">			
					<span class="input-group-addon">.00</span>		
				</div>
			</form>
			<hr>
			<form>
				<h2>輸入組件</h2>
				<div class="input-group">
					<span class="input-group-btn">
						<button class="btn btn-primary">搜尋</button>
					</span>
					<input type="text" class="form-control" placeholder="請輸入關鍵字">
				</div>
			</form>

		</div>
		<script src="https://code.jquery.com/jquery.js"></script>
		<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.min.js"></script>
	</body>
</html>

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 Jerry 的頭像
    Jerry

    Bug倉庫 // 程式日記

    Jerry 發表在 痞客邦 留言(0) 人氣()