Programming Tips - html: Toggle showing/hidding of an element

Date: 2022nov19 Language: html Q. html: Toggle showing/hidding of an element A. With <details> you don't any javaScript
<details> <summary>Details</summary> Something small enough to escape casual notice. </details>
More info https://developer.mozilla.org/en-US/docs/Web/HTML/Element/details