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 list Attribute

HTML list Attribute

 

 

The list attribute is used to refer to a datalist element that contains pre-defined options for an input element.

 

Used With:-

 

Element Attribute
input list

 

Syntax:-

 

Its syntax is:- < element list="value" > 

Code Explanation

All Tutorials related to HTML Attributes

All Sections related to HTML