This Blog is for HTML Tutorials.

HTML Logo

HTML FORM Multiple Attribute

The multiple attribute in HTML allows user to enter more than one value. It is a Boolean attribute and can be used on <input> as well as <select> element.

To allow more than one file uploads in HTML forms, use the multiple attribute. The multiple attribute works with email and file input types.


Example of input:






 Output : 





Example of select :



 Output : 




Previous Page Next Page

Post a Comment

0 Comments