Accordian Lists

Ways to expand/collapse blocks of text with and without javascript.


Examples:

  1. The good old JavaScript method
  2. Using HTML5's summary/details
  3. Summary/Details enhanced with JavaScript
  4. Combined examples for responsive web design

Back