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

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

html details標籤 語法

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

說明:目前只有 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中文网.</p>
</details>

</body>
</html>

執行實例 »

點擊 "執行實例" 按鈕查看線上實例