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

HTML min Attribute

 

 

The min attribute is used to specify the minimum value of an element. When used together with the meter element, the min attribute defines the lower limit of the gauge.

 

Used With:-

 

Elements Attribute
input min
meter min

 

Syntax:-

 

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

Code Explanation

All Tutorials related to HTML Attributes

All Sections related to HTML