bootstrap学习笔记-CSS-基础

<!doctype html>
<html>
<head>
<meta charset="gbk">
<title>布局学习</title>
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link href="../css/bootstrap.min.css" rel="stylesheet">
<link href="../css/bootstrap-responsive.min.css" rel="stylesheet">
</head>
<body class="container">
<h1 class="page-header">CSS<small>简单示例</small></h1>
<p>撒打死打伤打打<strong>撒手的</strong>阿萨德<em>阿萨德啊< /em>阿萨德阿<abbr title="说明" class="initialism">瑟阿萨德</abbr>阿萨德</p>
<blockquote><p>说asadasdasdddddddddddddddddddddddddddddddddd 明</p><small>来自<cite>asd</cite></small>< /blockquote>
<blockquote class="pull-right"><p>说 asadasdasdddddddddddddddddddddddddddddddddd明</p><small>来自<cite>asd</cite></small></blockquote>
</body>
</html> 


你可能感兴趣的:(bootstrap学习笔记-CSS-基础)