I’ve seen different sites use either <select> or <li> to create pull down menus on the website. I was just wondering are there any benefits in using one over the other? What are the differences?
Thank you!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
<select>is a “real” drop-down menu. People using<li>do so to allow for more freedom of customisation, as<select>can be very hard to apply CSS to.