HTML

HTML Intro

HTML Intro Quiz

HTML Intro Exercise

HTML Basics

HTML Basic Quiz

HTML Basic Exercise

HTML Advance

HTML Advance Quiz

HTML Advance Exercise

HTML Tags List

HTML Global Attributes

HTML Attributes

FAQs

HTML multiple Attribute

HTML multiple Attribute

 

 

The multiple attribute is a boolean attribute. It allows entering/selecting multiple values when present on any attribute.

 

Used With:-

 

Elements Attribute
input multiple
select multiple

 

Syntax:-

 

Its syntax is:- < element multiple >

Code Explanation

All Tutorials related to HTML Attributes

All Sections related to HTML