bootstrap1
<!DOCTYPE html>
<html>
<head>
<meta charset=”utf-8″>
<meta http-equiv=”X-UA-Compatible” content=”IE=edge”>
<title>bootstrap1</title>
<link rel=”stylesheet” href=”http://cdn.static.runoob.com/libs/bootstrap/3.3.7/css/bootstrap.min.css”>
</head>
<body>
<div class=”container”>
<div class=”jumbotron”>
<h1>我的第一個 Bootstrap 頁面</h1>
<p>重置視窗大小,檢視響應式效果!</p>
</div>
</div>
<script src=”http://cdn.static.runoob.com/libs/jquery/2.1.1/jquery.min.js”></script>
<script src=”http://cdn.static.runoob.com/libs/bootstrap/3.3.7/js/bootstrap.min.js”></script>
</body>
</html>
本文轉自 素顏豬 51CTO部落格,原文連結:http://blog.51cto.com/suyanzhu/1895616