Create a simple, accessible accordion (collapsible content section) using only semantic HTML5 <details> and <summary> tags. No JavaScript is needed for basic functionality.
This is the content for section 1. It is hidden by default and appears when the summary is clicked.
This is the content for section 2. You can put any HTML content here, like text, images, or lists.