- 標題元素<title> </title>
- 增強屬性<strong> </strong>
標示出項目區
ul (unordered list) └ 符號
- ol、ul → 內容限為: li 標出單一項目
- li → 內容不限:可增加<ol>、<ul>、<p>...等。
----------------------------------------------------------------
舉例:
<ol>
<li>一</li>
<li>二</li>
</ol>
------網頁呈現出來:-------------------------------------
1.一
2.二
-----------------------------------------------------------------
凸排 的速捷鍵 : shift + tab
html項目類元素:
dl(definition list) → 標出定義項目區
↓
內容限為:
dt 項目標題
dd 項目細節 → 內容不限
html表格類元素
- table 標示表格區
- caption 表格標題
- tr 表格單列 → 內容限: th 標頭儲存格
※列群組 → 內容限: tr
- thead 表頭列 → 限一組
- tfood 表尾列 → 限一組
- tbody 內容列
※[程式碼]順序不能顛倒
※欄群組
- col ┐ span 屬性指定包含欄數
- colgroup ┘
沒有留言:
張貼留言