<form>
<div class="form-group">
<label for="">姓名:</label>
<input type=“text”name=“text” class="form-control" placeholder="請輸入">
</div>
形成組件式
</form>
<div class="form-group">
<label for="">姓名:</label>
<input type=“text”name=“text” class="form-control" placeholder="請輸入">
</div>
形成組件式
</form>
2017-05-03
<div class="form-group">
<label for="">姓名:</label>
<input type=“text”name=“text” class="form-control" placeholder="請輸入">
</div>
<label for="">姓名:</label>
<input type=“text”name=“text” class="form-control" placeholder="請輸入">
</div>
2017-05-03
table.table設置基本表格樣式
table.table-bordered設置具有邊框樣式的表格
table.table-hover設置具有鼠標懸浮具有高亮效果的樣式的表格
table.table-responsive設置具有響應式的表格
table.table-condense設置具有緊湊型的表格
tr.active活躍的一行
tr.info
tr.success
tr.warning
tr.danger
table.table-bordered設置具有邊框樣式的表格
table.table-hover設置具有鼠標懸浮具有高亮效果的樣式的表格
table.table-responsive設置具有響應式的表格
table.table-condense設置具有緊湊型的表格
tr.active活躍的一行
tr.info
tr.success
tr.warning
tr.danger
2017-05-03
表格
<table>
<thead>
<tr>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>
</td>
</tr>
</tbody>
</table>
<table>
<thead>
<tr>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>
</td>
</tr>
</tbody>
</table>
2017-05-03
<mark></mark>標記文本
<del></del>刪杠文本
<del></del>刪杠文本
2017-05-03
排版:
.text-center和.text-left和.text-right和,.text-justify進行文本的對齊
.text-muted和.text-primary和.text-info和.text-success和.text-warning進行文本字體顏色的設置
段落強調用類名為lead進行<p>的強調
粗體字用b和strong標簽進行強調
斜體字用i或者em標簽進行
列表清除序號.list-unstyle
水平排列.list-inline
和.dl-horizontal水平排列.
.text-center和.text-left和.text-right和,.text-justify進行文本的對齊
.text-muted和.text-primary和.text-info和.text-success和.text-warning進行文本字體顏色的設置
段落強調用類名為lead進行<p>的強調
粗體字用b和strong標簽進行強調
斜體字用i或者em標簽進行
列表清除序號.list-unstyle
水平排列.list-inline
和.dl-horizontal水平排列.
2017-05-03