details (HTML5)

The HTML details element (<details>) is used as a disclosure widget from which the user the retrieve additional information.

Properties & Events

KeyDescriptionAvailability

Examples having uses of: 'details'

16 votes
18k views

HTML5 details

The details element represents a disclosure widget from which the user can obtain additional information or controls. However, the details element is not appropriate for footnotes.
0 votes
2k views

HTML5 summary

The summary element represents a summary, caption, or legend for the rest of the contents of the summary element's parent details element, if any.