![]() |
VOOZH | about |
The HTML <details> open attribute is used to indicate whether the details will be display on page load. It is a boolean attribute. If this attribute is present then the detail will be visible.
Syntax:
<details open> Contents... </details>
Example: This example illustrates the use of open attribute in <details> element.
Output:
Supported Browsers: The browser supported by HTML <details> open attribute are listed below: