Develop the accordion with HTML and CSS only.
TIP: you can use the HTML5 new tag for same too.
- Accordion should be accessible by the keyboard.
- The image-icon should always be there and toggle as per the action.
- By default the tabs will toggle (only one can stay open at a time)
Develop the accordion with HTML and CSS only.
TIP: you can use the HTML5 new tag for same too.