<title>Bootstrap 实例</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://apps.bdimg.com/libs/bootstrap/3.2.0/css/bootstrap.min.css">
<p>创建响应式表格 (将在小于768px的小型设备下水平滚动)。另外:添加交替单元格的背景色:</p>
<div class="table-responsive">
<table class="table table-striped table-bordered">
<p>创建相应式图片(将扩展到父元素)。 另外:图片以椭圆型展示:</p>
<img src="/img/china_pavilion.jpg" class="img-responsive img-circle" alt="Cinque Terre" width="304" height="236">