Bootstrap 基礎範本 Template
哈囉, 世界!
```
4. 容器
.container 用於自適應且固定寬度的容器。 ```
...
```
.container-fluid 用於 100% 寬度的容器,橫跨可視區域的全部寬度。 ```
...
```
5. 列、欄、格 ```
.col-md-1
.col-md-1
.col-md-1
.col-md-1
.col-md-1
.col-md-1
.col-md-1
.col-md-1
.col-md-1
.col-md-1
.col-md-1
.col-md-1
.col-md-4
.col-md-4
.col-md-4
```
二、練習
1. 檔案名稱: ex1.html
2. 請利用上課教過的語法做出下圖的版型(顏色自訂,內容可以隨便輸入,或至其他網頁複製)
3. 請在 index.html 加上導航,並將 ex1.html 加入導航中,方便切換網頁
![](https://docs.google.com/drawings/d/1X9Pn95RCjCd8_8nnbMDvppbKzl6r_GO4Bukn1t8IE3s/pub?w=689&h=700)