col-md-4 col-md-push-8html
<h1>我是標題1 h1. <small>我是副標題1 h1</small></h1>bootstrap
<p class="lead">這是一個演示引導主體副本用法的實例。</p>ide
<abbr title="World Wide Web">WWW</abbr><br>工具
<blockquote>佈局
</blockquote>字體
定義列表:在這種類型的列表中,每一個列表項能夠包含 <dt> 和 <dd> 元素。<dt> 表明 定義術語,就像字典。接着,<dd> 是 <dt> 的描述。.dl-horizontal 能夠讓 <dl> 內的短語及其描述排在一行。開始是像 <dl> 的默認樣式堆疊在一塊兒,隨着導航條逐漸展開而排列在一行。動畫
<div class="table-responsive">(響應式表格)spa
顏色、大小、激活狀態、禁用狀態、class="btn btn-default"(按鈕標籤)插件
class="img-responsive"(響應式圖片)code
文本(顏色)、背景(顏色)、其餘(居中、浮動、清除浮動、顯示隱藏、強制顯示、關閉按鈕、下拉按鈕)
class=""
<span class="glyphicon glyphicon-search"></span>
大小
style="font-size: 60px"
顏色
style="color: rgb(212, 106, 64);"
文本陰影
style="text-shadow: black 5px 3px 3px;"
對齊、標題
<div class="btn-group"> 按鈕組裏加下拉
(也能夠加上拉菜單 <div class="btn-group dropup">)
<div class="input-group">
水平(默認)、垂直、兩端對齊、下拉菜單
響應式、表單、按鈕、文本、鏈接
<div class="alert alert-success">成功!很好地完成了提交。</div> <div class="alert alert-info">信息!請注意這個信息。</div> <div class="alert alert-warning">警告!請不要提交。</div> <div class="alert alert-danger">錯誤!請進行一些更改。</div>
<div class="progress-bar" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 40%;">
交替
<div> class .progress-bar 和 class progress-bar-* ,* 能夠是 success、info、warning、danger。
條紋
<div class="progress progress-striped"> <div class="progress-bar progress-bar-success" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 90%;"> <span class="sr-only">90% 完成(成功)</span> </div> </div>
動畫
<div class="progress progress-striped active"> <div class="progress-bar progress-bar-success" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 40%;"> <span class="sr-only">40% 完成</span> </div> </div>
<div class="media">
<ul class="list-group">
<li class="list-group-item">
標題、腳註
Well 是一種會引發內容凹陷顯示或插圖效果的容器 <div>。
Bootstrap 模態框(Modal)插件
經過 data 屬性:data-toggle="modal" data-target="#identifier" 或 href="#identifier" identifier 爲模態框id
經過 JavaScript:$('#identifier').modal(options)
Bootstrap 標籤頁(Tab)插件
經過 data 屬性:data-toggle="tab"或 data-toggle="pill"
經過 JavaScript:
Bootstrap 警告框(Alert)插件
經過 data 屬性: data-dismiss="alert"
經過 JavaScript:$(".alert").alert()
Bootstrap 輪播(Carousel)插件
class="carousel slide"
Bootstrap 提示工具(Tooltip)插件
經過 data 屬性:data-toggle="tooltip"
經過 JavaScript:$('#identifier').tooltip(options)
Bootstrap 彈出框(Popover)插件
經過 data 屬性:data-toggle="popover"
經過 JavaScript:$('#identifier').popover(options)
Bootstrap 按鈕(Button)插件
向 button 元素添加 data-loading-text="Loading..." 做爲其屬性便可
Bootstrap 摺疊(Collapse)插件
------------>點開
Bootstrap 附加導航(Affix)插件