The details element represents a control from which the user can obtain additional information or controls on-demand.
an optional summary element, followed by flow content
any element that can contain flow elements
interface HTMLDetailsElement : HTMLElement { attribute boolean open; };