Is it possible in HTML only? I saw with CSS but my environment doesn't cater CSS. Please help. Thanks!
Yes, it is possible using the HTML Details Element <details>
:
<details>
<summary>Summary</summary>
<p>Detailed content goes here …</p>
</details>
Check browser support.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With