Expand/Collapse Widget Examples

Option 1: Semantic HTML (Preferred)

This uses the native HTML <details> and <summary> elements. It works without JavaScript.

Shipping Information

Standard shipping takes 3-5 business days. Expedited shipping is available for an additional fee during checkout.

Return Policy

Items can be returned within 30 days of receipt. Please ensure original packaging is intact.

Read full policy

Option 2: ARIA Pattern (For custom behavior)

This uses button triggers and WAI-ARIA attributes to ensure accessibility for screen readers. JavaScript is required.