起始標籤 | 結束標籤 |
---|---|
需要 | 選擇性的 |
舉例如下
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | < html > < head > < title >網頁標題</ title > </ head > < body > < dl > < dt >第一個項目符號</ dt > < dd >第一個說明</ dd > < dd >第二個說明</ dd > < dt >第二個項目符號</ dt > < dd >第三個說明</ dd > < dd >第四個說明</ dd > < dt >第三個項目符號</ dt > < dd >第五個說明</ dd > < dd >第六個說明</ dd > </ dl > </ body > </ html > <!-- 《程式語言教學誌》的範例程式 檔名:listexample05.html 功能:示範 HTML 4.01 標記語言的使用 作者:張凱慶 時間:西元 2011 年 5 月 --> |
利用瀏覽器 (broswer) 開啟,結果如下

<dt> 為項目內容, <dd> 則是說明,這部份預設的樣式有縮排。
通常 <dl> 用為術語表,例如
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | < html > < head > < title >網頁標題</ title > </ head > < body > < dl > < dt >< dfn >Firefox</ dfn ></ dt > < dd >由 Mozilla 基金會開發瀏覽器。</ dd > < dt >< dfn >Google Chrome</ dfn ></ dt > < dd >由 Google 開發的瀏覽器。</ dd > < dt >< dfn >Safri</ dfn ></ dt > < dd >由 Apple 開發的瀏覽器。</ dd > < dt >< dfn >Internet Explorer</ dfn ></ dt > < dd >由 Microsoft 開發的瀏覽器。</ dd > </ dl > </ body > </ html > <!-- 《程式語言教學誌》的範例程式 檔名:listexample06.html 功能:示範 HTML 4.01 標記語言的使用 作者:張凱慶 時間:西元 2011 年 5 月 --> |
如下

中英文術語對照 | |
---|---|
區塊元素 | block element |
瀏覽器 | broswer |
您可以繼續參考
相關目錄
HTML 4.01 快速導覽 - 目錄
HTML, CSS 教材
首頁
參考資料
http://www.w3.org/TR/1999/REC-html401-19991224/struct/lists.html
http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#the-dl-element
http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#the-dt-element
http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#the-dd-element
https://developer.mozilla.org/en/HTML/Element/dl
https://developer.mozilla.org/en/HTML/Element/dt
https://developer.mozilla.org/en/HTML/Element/dd
http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#the-dl-element
http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#the-dt-element
http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#the-dd-element
https://developer.mozilla.org/en/HTML/Element/dl
https://developer.mozilla.org/en/HTML/Element/dt
https://developer.mozilla.org/en/HTML/Element/dd
沒有留言:
張貼留言