Details Test
The HTML details element creates a disclosure widget. The name attribute can be used to group details elements so that only one is open at a time, like an accordion.
Example 1: Details Disclosure
Summary
This is a test.
Example 2: Details Group
Summary 1
This is only a test.
Summary 2
This is also a test.
Example 3: Nested w/ Headings
Outer Summary
Inner Summary
This is a test.