This content originally appeared on DEV Community and was authored by Enes Kılıç
In this post, we will make an Accordion Panel. We can make this component with HTML <details>
tag without Javascript.
If you want to see all HTML-CSS projects look this Repository
<details>
<summary>Panel Title</summary>
Panel Content
</details>
That's it. Toggles Panel content on clicking the Panel Title. You can make different components with using this tag.
Netflix FAQ Table with some styles.
This content originally appeared on DEV Community and was authored by Enes Kılıç
Enes Kılıç | Sciencx (2021-12-10T17:58:47+00:00) Accordion Panel with HTML-CSS. Retrieved from https://www.scien.cx/2021/12/10/accordion-panel-with-html-css/
Please log in to upload a file.
There are no updates yet.
Click the Upload button above to add an update.