Accessible Expand/Collapse Examples

1. Native HTML Details/Summary

Click to reveal more information (Native Element)

This widget uses the native <details> and <summary> elements. It is accessible by default in most modern browsers.

2. ARIA Expand/Collapse