<details> Accordion BuilderBuild zero-JS disclosures and exclusive accordions using the new name= attribute. Pick a chevron style, smoothly animate the open/close with interpolate-size, and copy production-ready HTML + CSS for FAQs and feature pages.
<details> & the name= attribute<details> + <summary> is the only built-in disclosure widget — zero JS, keyboard accessible, screen-reader friendly.name="faq" Chrome 120+, Safari 17.2+, Firefox 130+ turns a group into an exclusive accordion: opening one closes the others. No JS required.interpolate-size: allow-keywords Chrome 129+ — transitions to height: auto now Just Work.summary::marker or ::-webkit-details-marker { display:none } (Safari needs both).FAQPage JSON-LD schema so search engines render rich results.