Skip to content
  • Unlock Pro
  • Log in with GitHub
Solution
Submitted about 2 months ago

Accordion using HTML+CSS+JS

pure-css, accessibility
Caio Aquino•20
@caioaquino
A solution to the FAQ accordion challenge
View live sitePreview (opens in new tab)View codeCode (opens in new tab)

Solution retrospective


What are you most proud of, and what would you do differently next time?

I'm proud to have successfully built a page with a 100% accessibility score according to the Lighthouse test. What I would do differently is render the accordion items using a list's map function, instead of writing the HTML four times in the code.

What challenges did you encounter, and how did you overcome them?

The biggest challenge was creating the animation to hide the accordion items. For that, I used JavaScript.

What specific areas of your project would you like help with?

I'd like to know if I should have used the <ul> component, with <li role='button'>, instead of buttons for the accordion headers. I was unsure which alternative is more correct.

Code
Loading...

Please log in to post a comment

Log in with GitHub

Community feedback

No feedback yet. Be the first to give feedback on Caio Aquino's solution.

Join our Discord community

Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!

Join our Discord

Stay up to datewith new challenges, featured solutions, selected articles, and our latest news

Frontend Mentor

  • Unlock Pro
  • Contact us
  • FAQs
  • Become a partner

Explore

  • Learning paths
  • Challenges
  • Solutions
  • Articles

Community

  • Discord
  • Guidelines

For companies

  • Hire developers
  • Train developers
© Frontend Mentor 2019 - 2025
  • Terms
  • Cookie Policy
  • Privacy Policy
  • License