<!doctype html> <html> <meta charset="utf-8" /> <head> <title>益司CMS-PC与手机建站集成</title> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> <link rel="stylesheet" href="http://cdn.bootcss.com/twitter-bootstrap/3.0.3/css/bootstrap.min.css"> <!--<link href="__PUBLIC__/bootstrap/css/bootstrap-theme.css" rel="stylesheet" />--> <!--[if It IE 9]> <script src="http//html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <!--加载jquery--> <style type="text/css"> @media(max-width:670px){ body{background:whtie} } </style> </head> <body> <!-- <abbr title=""></abbr> 标记缩写 <strong></strong>重要标记 <em></em> 斜体标签 <blockquote></blockquote> 标签定义块引用。 --> <div class="container"> <div class="row"> <div ciass="col-md-6 col-lg-md-6"> <h2 class="container">用户标签</h2> <p> <abbr class="initialism" title="usefult tags">tag</abbr>这里面放我们的常用标签,Here is some <strong>userful(重要的)</strong> tags.<em>Here is some userful tags.</em>Here is some userful tags.Here is some userful tags.Here is some userful tags.Here is some userful tags. </p> <blockquote class="pull-right"> <p> <abbr class="initialism" title="usefult tags">tag</abbr>这里面放我们的常用标签,Here is some <strong>userful(重要的)</strong> tags.<em>Here is some userful tags.</em>Here is some userful tags.Here is some userful tags.Here is some userful tags.Here is some userful tags. </p> </blockquote> </div> </div> </div> <script src="http://cdn.bootcss.com/jquery/1.10.2/jquery.min.js"></script> <script src="http://cdn.bootcss.com/twitter-bootstrap/3.0.3/js/bootstrap.min.js"></script> </body> </html>
bootstrap_03_常用标签,布布扣,bubuko.com
时间: 2024-10-10 00:49:37