HTML <dd> 標籤
定義和用法
The <dd>
tag is used to describe a term/name in a description list.(<dd>
標籤用於在描述列表中描述一個術語/名稱。)
The <dd>
tag is used in conjunction with <dl> (defines a description list) and <dt> (defines terms/names).(<dd>
標籤與 <dl>(定義描述列表)和 <dt>(定義術語/名稱)結合使用。)
Inside a <dd>
tag you can put paragraphs, line breaks, images, links, lists, etc.(在 <dd>
標籤內,您可以放置段落、換行符、影像、連結、列表等。)
瀏覽器支援
元素 | |||||
---|---|---|---|---|---|
<dd> | 是 | 是 | 是 | 是 | 是 |
全域性屬性
The <dd>
tag also supports the Global Attributes in HTML.(<dd>
標籤還支援 HTML 中的全域性屬性。)
事件屬性
The <dd>
tag also supports the Event Attributes in HTML.(<dd>
標籤還支援 HTML 中的事件屬性。)
相關頁面
HTML 教程:HTML 列表
HTML DOM reference: DD Object(HTML DOM 參考:DD 物件)
預設 CSS 設定
Most browsers will display the <dd>
element with the following default values(大多數瀏覽器會以以下預設值顯示 <dd>
元素)