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

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

html details標(biāo)簽 語法

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

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

注釋:<details> 標(biāo)簽是 HTML 5 中的新標(biāo)簽。

html details標(biāo)簽 示例

<!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>

運行實例 ?

點擊 "運行實例" 按鈕查看在線實例