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

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

html details標(biāo)籤 語法

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

說明:目前只有 Chrome 支援 <details> 標(biāo)籤。

註解:<details> 標(biāo)籤是 HTML 5 中的新標(biāo)籤。

html details標(biāo)籤 範(fàn)例

<!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í)行實(shí)例 ?

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