Details HTML element with open attribute
The details HTML element can be used as a no-Javascript alternative to e.g. the Bootstrap collapsible element:
<details open>
<summary>This is always shown</summary>
<p>This is hidden.</p>
</details>
The details HTML element can be used as a no-Javascript alternative to e.g. the Bootstrap collapsible element:
<details open>
<summary>This is always shown</summary>
<p>This is hidden.</p>
</details>