Using the <details> element:
![]()
The <details> tag is currently only supported in Chrome and in Safari 6.
The <details> tag specifies additional details that the user can view or hide on demand.
The <details> tag can used to create an interactive widget that the user can open and close. Any sort of content can be put inside the <details> tag.
The content of a <details> element should not be visible unless the open attribute is set.
The <details> tag is new in HTML5.
Tip: The <summary> tag is used to specify a visible heading for the details. The heading can be clicked to view/hide the details.
New : New in HTML5.
| Attribute | Value | Description |
|---|---|---|
| openNew | open | Specifies that the details should be visible (open) to the user |
The <details> tag also supports the Global Attributes in HTML.
The <details> tag also supports the Event Attributes in HTML.
The perfect solution for professionals who need to balance work, family, and career building.
More than 10 000 certificates already issued!
The HTML Certificate documents your knowledge of HTML.
The HTML5 Certificate documents your knowledge of advanced HTML5.
The CSS Certificate documents your knowledge of advanced CSS.
The JavaScript Certificate documents your knowledge of JavaScript and HTML DOM.
The jQuery Certificate documents your knowledge of jQuery.
The XML Certificate documents your knowledge of XML, XML DOM and XSLT.
The ASP Certificate documents your knowledge of ASP, SQL, and ADO.
The PHP Certificate documents your knowledge of PHP and SQL (MySQL).
Your message has been sent to W3Schools.