« Web, HTML, Tech Forum

what is this thing called help

Posted by

posted

Forum: Web, HTML, Tech

wracking my brain trying to remember what this thing is called so i can add it to my code T_T

in my head im calling it a toggle menu but its typically an arrow button you can click to extend the div. like a readmore but not quite 

this is what it looks like on notion for reference


Report Topic

2 Replies

Sort Replies:

Reply by munchlax

posted

a collapsible menu?


Permalink Report Reply

Reply by NosyCat

posted

That's a <details> tag in HTML. Use <summary> for the label.


Permalink Report Reply