Which attribute needs to be set to make a dropdown list accept multiple selections?
- multiple="true"
- select="many"
- choices="multiple"
- multiple
The multiple attribute can be added to the
Loading...
Related Quiz
- Which attribute of the form element specifies where to send the form-data when the form is submitted?
- Can the "style" attribute override the styles defined in external stylesheets?
- Providing a _____ property value for an interactive HTML element ensures that it is included in the tabbing navigation.
- What is the importance of using thead and tbody in relation to responsive tables?
- You need to develop a nested navigation menu with categories and sub-categories. How would you structure the HTML using list elements to create a clear hierarchical structure?