HTML 5: The Markup Language

detailsadditional on-demand information # T

The details element represents additional information or controls which the user can obtain on demand.

Content model #

Attribute model #

Element-specific attributes #

open = "open" | ""
Specifies that the contents of the details element should be shown to the user.

Assertions #

Tag omission #

A details element must have both a start tag and an end tag.

Permitted contexts #