How to create drop down box in html without using of hyperlink | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to create drop down box in html without using of hyperlink

Please I want correct answer

20th Jul 2017, 3:27 PM
ragul kumar
ragul kumar - avatar
2 Answers
+ 5
Use the <select> tag with <option> tag for its options
20th Jul 2017, 3:32 PM
LordGhostX
LordGhostX - avatar
+ 5
<select> <option>ragul</option> <option>kumar</option> </select>
20th Jul 2017, 3:33 PM
Ghauth Christians
Ghauth Christians - avatar