An open/visible <details> element:
![]()
The open attribute is currently supported only in Chrome and Safari 6.
The open attribute is a boolean attribute.
When present, it specifies that the details should be visible (open) to the user.
The <details> tag is new in HTML5.
In XHTML, attribute minimization is forbidden, and the open attribute must be defined as <details open="open">.
HTML <details> tag
Your message has been sent to W3Schools.