![]() |
Definition and Usage
The When present, it specifies that the user is allowed to enter/select more than one value. Applies to
The
Browser Support
The
|
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 |
Type
: |
Develop |
Category
: |
Web Tutorial |
Sub Category
: |
HTML Attribute |
Uploaded by
: |
Admin |
Read Article https://horje.com/learn/1434/reference