DEV Community

Cover image for How to Make Responsive Accordion in HTML
Rocoderes
Rocoderes

Posted on

How to Make Responsive Accordion in HTML

In this article, we will make Responsive Accordion in HTML CSS & JavaScript. So what we do here is, we will add some divs for accordion titles, in which we will write some information and details. This information and details will be hidden by default, so to show that we will add a plus icon to extend the accordion. Once the information gets extended then we will replace the plus icon with cross icon to hide again the details.
Read More

Top comments (0)