Web Basics
FAQ Accordion
Click a question, reveal its answer — show and hide, done accessibly.
The expandable FAQ you've seen on a hundred sites. Clicking a question opens its answer and closes the rest. You'll learn to toggle visibility the right way, with real buttons and ARIA.
What's inside
- One-open-at-a-time accordion behavior
- Real <button> headers with aria-expanded
- Smooth open/close animated in pure CSS
- Keyboard and screen-reader friendly
- Light & dark mode, no dependencies
Quickstart
$ curl -LO https://devai.io/downloads/faq-accordion.zip$ unzip faq-accordion.zip && cd faq-accordion$ open index.html # or just double-click the file
about this tutorial
A devai.io starter tutorial — showing and hiding content without breaking accessibility.
More in Web Basics
view allWeb Basics
Tip Calculator
Your first interactive page: type a bill, see the tip update live.
HTMLCSSJavaScript
View template zip + preview
Web Basics
To-Do List
Keep a list, tick things off, and have it still be there after a refresh.
HTMLCSSJavaScriptlocalStorage
View template zip + preview
Web Basics
Countdown Timer
Count down to any moment — days, hours, minutes, seconds, ticking live.
HTMLCSSJavaScriptDates
View template zip + preview