英['di:te?lz]? ?美['di:te?lz]??

n.詳細資料;詳述( detail的名詞複數(shù));(照片、繪畫等的)細部;細目;各種細節(jié)

html details標籤 語法

作用:用來描述文件或文件某個部分的細節(jié)。

說明:目前只有 Chrome 支援 <details> 標籤。

註解:<details> 標籤是 HTML 5 中的新標籤。

html details標籤 範例

<!DOCTYPE HTML>
<html>
<body>

<details>
<summary>Copyright 2018.</summary>
<p>All pages and graphics on this web site are the property of php中文網(wǎng).</p>
</details>

</body>
</html>

執(zhí)行實例 ?

點擊 "執(zhí)行實例" 按鈕查看線上實例