![]() |
Definition and UsageThe When present, it specifies that the user is allowed to enter/select more than one value. Applies toThe
Browser SupportThe |
Example:
HTML
<form action="/action_page.php">
Select images: <input type="file" name="img" multiple>
<input type="submit">
</form>
Example:
HTML
<select multiple>
<option value="volvo">Volvo</option>
<option value="saab">Saab</option>
<option value="opel">Opel</option>
<option value="audi">Audi</option>
</select>
html multiple attribute |
How to add A file upload field that accepts multiple values | HTML Attribute |
How to add A drop-down list that allows multiple selections | HTML Attribute |
Read Full: | HTML Attribute |
Type: | Develop |
Category: | Web Tutorial |
Sub Category: | HTML Attribute |
Uploaded: | 4 days ago |
Uploaded by: | Admin |
Views: | 25 |
Reffered: https://www.w3schools.com/tags/att_multiple.asp