The details HTML element represents a control from which the user can obtain additional information or controls on-demand.
HTML
<details attribute-name="attribute-value"></details>
Attributes
Name |
Value |
Description |
open |
open | empty |
Specifies that the contents of the details element should be shown to the user |
open | false
open | true
JS
Internal
External