A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://webplatform.github.io/docs/html/elements/details below:

details · WebPlatform Docs

details Summary

The details element represents a disclosure widget from which the user can obtain additional information or controls.

Overview Table
DOM Interface
HTMLDetailsElement
Attributes open

If the open attribute is set on the details tag, it will be open when it’s rendered.

Browser support

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>

View live example

Related specifications
HTML 5.1
W3C Working Draft

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