This is a discussion on Working with list boxes in HTML, multiple attribute? within the Web Design forums, part of the Web Designing & Development category; I'm trying to get a list box to allow more than one option to be selected. My class notes were ...
I'm trying to get a list box to allow more than one option to be selected. My class notes were not clear on how to use the multiple attribute, just that it exists. Where am I going wrong in this line?
<select name="Browser" size="5" multiple>
Bookmarks