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中文网.</p> </details> </body> </html>
Run instance »
Click the "Run instance" button to view the online instance