+ 1
how to create a drop down list
4 Respuestas
+ 3
in order for you to create a drop down list, you will have to use css. You can easily make ordered and unordered lists with the <ol> and the <ul> tags
+ 1
use <select> tag
+ 1
Html
+ 1
you need to use the <select> tag and then the <option> tag to input values.