Edit each question
Type your own question and answer text for every accordion item.
Build a collapsible FAQ or accordion with your own questions and answers, then copy the ready-to-use HTML, CSS and JavaScript.
Type your own question and answer text for every accordion item.
Allow several items open at once, or force only one at a time.
Get accessible, keyboard-friendly HTML, CSS and JavaScript.
Each panel's max-height transitions between 0 and its measured scrollHeight, which a small script updates whenever a panel opens or closes.
When enabled, opening one item automatically closes any other open item, so only one answer is visible at a time.
Each question is a real button with aria-expanded reflecting its open state, so screen readers announce the current state correctly.