Expand/Collapse Widget Examples

Method 1: Native HTML (Preferred)

This method uses the semantic <details> and <summary> elements. It works without JavaScript and provides built-in accessibility.

Shipping Information

Standard shipping takes 3-5 business days. Express shipping options are available at checkout for next-day delivery.

View full shipping policy

Method 2: ARIA Pattern

This method uses a <button> and a content <div>, linked via ARIA attributes. JavaScript is required to toggle the state.