二十七、具有二級菜單的網(wǎng)站
ol→ordered list(有序列表),見備注3。
用嵌套ul或ol來模擬二級菜單。見備注4。
- 與
- 都有一個type屬性,用來設(shè)置序列的顯示樣式。type的取值可以是:A、a、1、i、I、disc、circle、square。(可用CSS控制ul、ol的type樣式)
插入備注位置:
1 2 3 10 11 12 13 14
-
15
- 河北 16
- 石家莊 17
- 秦皇島 18
- 山西 19
- 太原 20
- 大同 21
-
26
- 北京 27
- 上海 28
- 廣州 29
-
34
- 北京 35
- 上海 36
- 廣州 37
-
42
- aaaaaa 43
- bbbbbbb
44
-
45
- ol test 46
- ol test 47
- ol test 48
- ol test 49
- ol test 50
- ol test 51
- aaaaaa1 54
- bbbbbbb1
55
-
56
- ol test 57
- ol test 58
- ol test 59
- ol test 60
- ol test 61
- ol test 62
下面我們再說下表格,很久以前我們在網(wǎng)頁上面布局都是使用的表格,但是現(xiàn)在使用的越來越少了。