The details element for HTML represents a disclosure widget from which the user can obtain additional information or controls.
<details attribute-name="attribute-value"></details>
Name | Value | Description |
---|
name | string | Specifies the name of the group of mutually-exclusive details elements |
open | open | empty | Specifies whether the details are visible |