The details element represents a disclosure widget from which the user can obtain additional information or controls.
Overview TableIf the open
attribute is set on the details
tag, it will be open when it’s rendered.
The <details> tag is currently only supported in Chrome and in Safari on Mac.
Examples<details open="open">
<p>Foo</p>
<p>Bar</p>
<p>Peter</p>
</details>
Related specifications
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4