Computer Science, asked by alpanagupta529, 10 months ago

create a drop down command in html

Answers

Answered by Hacket
0

Create the <select> element first. The container for the list is a <select> element.


Give the select element an ID.


Add an option element to the select element.


Give each option a value.


Indicate the text the user will see between the <option> and </option> tags.


Add as many options as you want.

Similar questions