UK['di:te?lz] US['di:te?lz]

n. Detailed information; detailed description (plural noun of detail); (photos, paintings, etc.) details; details; various detail

html details tag syntax

Function: Used to describe the details of a document or a certain part of a document.

Note: Currently only Chrome supports the <details> tag.

Note: The <details> tag is a new tag in HTML 5.

html details tag example

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

Run instance ?

Click the "Run instance" button to view the online instance