標題 網頁內容 ``` 3. 標題 HTML中的所有標題標籤,``到``均可使用。另外,還提供了`.h1`到`.h6`類,為的是給內聯(inline)屬性的文本賦予標題的樣式。 ``` h1. Bootstrap heading h2. Bootstrap heading h3. Bootstrap heading h4. Bootstrap heading h5. Bootstrap heading h6. Bootstrap heading ``` 在標題內還可以包含``標籤或賦予`.small`類的元素,可以用來標記副標題。 ``` h1. Bootstrap heading Secondary text h2. Bootstrap heading Secondary text h3. Bootstrap heading Secondary text h4. Bootstrap heading Secondary text h5. Bootstrap heading Secondary text h6. Bootstrap heading Secondary text ``` 4. #### 對齊 通過文本對齊類,可以簡單方便的將文字重新對齊。 ``` 靠左對齊文字。 置中對齊文字。 靠右對齊文字。 平均對齊文字。 不換行文字。 ``` #### 1. `.text-justify` 的範例不是很好(不管官方或我翻譯後的),可另外參考 w3schools 的 [text-align](http://www.w3schools.com/cssref/pr_text_text-align.asp) 範例。 2. Bootstrap 3 預設的 `.text-justify` 類別僅對英文有效,如果想要中文有一樣的效果,在原始碼的 `.text-justify` 類別附加一個 `text-justify:inter-ideograph;` 屬性設定。 5. 無序清單 ```
h1. Bootstrap heading h2. Bootstrap heading h3. Bootstrap heading h4. Bootstrap heading h5. Bootstrap heading h6. Bootstrap heading ``` 在標題內還可以包含``標籤或賦予`.small`類的元素,可以用來標記副標題。 ``` h1. Bootstrap heading Secondary text h2. Bootstrap heading Secondary text h3. Bootstrap heading Secondary text h4. Bootstrap heading Secondary text h5. Bootstrap heading Secondary text h6. Bootstrap heading Secondary text ``` 4. #### 對齊 通過文本對齊類,可以簡單方便的將文字重新對齊。 ``` 靠左對齊文字。 置中對齊文字。 靠右對齊文字。 平均對齊文字。 不換行文字。 ``` #### 1. `.text-justify` 的範例不是很好(不管官方或我翻譯後的),可另外參考 w3schools 的 [text-align](http://www.w3schools.com/cssref/pr_text_text-align.asp) 範例。 2. Bootstrap 3 預設的 `.text-justify` 類別僅對英文有效,如果想要中文有一樣的效果,在原始碼的 `.text-justify` 類別附加一個 `text-justify:inter-ideograph;` 屬性設定。 5. 無序清單 ```
h1. Bootstrap heading Secondary text h2. Bootstrap heading Secondary text h3. Bootstrap heading Secondary text h4. Bootstrap heading Secondary text h5. Bootstrap heading Secondary text h6. Bootstrap heading Secondary text ``` 4. #### 對齊 通過文本對齊類,可以簡單方便的將文字重新對齊。 ``` 靠左對齊文字。 置中對齊文字。 靠右對齊文字。 平均對齊文字。 不換行文字。 ``` #### 1. `.text-justify` 的範例不是很好(不管官方或我翻譯後的),可另外參考 w3schools 的 [text-align](http://www.w3schools.com/cssref/pr_text_text-align.asp) 範例。 2. Bootstrap 3 預設的 `.text-justify` 類別僅對英文有效,如果想要中文有一樣的效果,在原始碼的 `.text-justify` 類別附加一個 `text-justify:inter-ideograph;` 屬性設定。 5. 無序清單 ```
靠左對齊文字。 置中對齊文字。 靠右對齊文字。 平均對齊文字。 不換行文字。 ``` #### 1. `.text-justify` 的範例不是很好(不管官方或我翻譯後的),可另外參考 w3schools 的 [text-align](http://www.w3schools.com/cssref/pr_text_text-align.asp) 範例。 2. Bootstrap 3 預設的 `.text-justify` 類別僅對英文有效,如果想要中文有一樣的效果,在原始碼的 `.text-justify` 類別附加一個 `text-justify:inter-ideograph;` 屬性設定。 5. 無序清單 ```
靠左對齊文字。
置中對齊文字。
靠右對齊文字。
平均對齊文字。
不換行文字。
... ``` 7. 8. 9. 10. 11. 12.