+ 2
Html code
How do I create a pop-up menu for a button in html
2 Answers
+ 4
There are lots of ways. You could do it using CSS or JavaScript or maybe even Php... or other languages for interactive content.
As Wilbur Jaywright said, looking it up might be a great way to start:
https://sololearn.com/compiler-playground/WZ8lkR6gTex6/?ref=app
https://sololearn.com/compiler-playground/WUW75q0hzpwI/?ref=app
https://sololearn.com/compiler-playground/WXV8q9p6j7zv/?ref=app
https://sololearn.com/compiler-playground/WGxvHv2bVyz0/?ref=app
https://sololearn.com/compiler-playground/W0uW3Wks8UBk/?ref=app
+ 1
I recommend going to a website you know has this, and looking at it in your browserâs HTML inspector.