HTML & CSS
How can yo ...
Site Language: English
Українська
English
Русский
Programming Tests
Login
Sign Up
Programming Tests
Theory
Snippets
Papers
Landing
Android
Prices
FAQ
Cosmo Story
Terms and Conditions
Privacy Policy
Cookies Policy
Send Feedback
How can you create a drop-down list that allows multiple selections?
<select multiple=true>
<select multiple=yes>
<select multiple>
<select multichoice=true>
Explanation
A drop-down list that allows multiple selections: <select multiple>
select
list
multiple
html
drop-down
element
selection
Like
Login in
to like
Comment
Login in
to comment
Share
Tweet
Related Content
What is the correct HTML for making a drop-down list?
What is the correct HTML for inserting a drop-down list?
Sometimes, when you enter the page, the button already lights up by default. What attribute is applied to interface elements (such as checkboxes and radio buttons) when they are in the "on" position?
Consider following code: <select> <option selected>HTML</option> <option>CSS</option> <option selected>JavaScript</option> </select> Which option will be shown as default?
What type of bullets will be marked following unordered list? <ul> <li>HTML5</li> <li>CSS3</li> <li>JavaScript</li> <li>jQuery</li> </ul>
H
TML & CSS
Quiz
Login to learn HTML & CSS
or
Read more about
HTML & CSS Quizzes
Follow CodeGalaxy
Mobile Beta
Send Feedback
Keep exploring
HTML & CSS quizzes
How to make a shadow for text in gray?
Which of the following is true about the pseudo-class :visited?
What is the difference between pseudo-elements :after and ::after?
What is the font-variant property for?
Which color will word "text" has? <style> p{ color: green !important; } #p{ color: blue; } </style> <p id="p" style="color: red">text</>
How to change the color of a link to blue when the cursor moves over it?
Sign Up Now
or
Subscribe for future quizzes
Login in to like
Login in to comment