Create an Accordion using just HTML
Previously if you wanted to create an accordion element on your webpage you were forced to use JavaScript or jQuery. Now you can create a simple accordion using the <details> HTML tag. Let me show you how.
What is <details>
The <details> HTML element...
ratracegrad.hashnode.dev2 min read