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

HTML disabled Attribute

 

 

The disabled attribute is a boolean attribute. When present, it specifies that the element is disabled and we cannot use it. It is necessary in cases when we do not want any user to change the value of some tag etc.

 

Used With:-

 

Elements Attribute
button disabled
fieldset disabled
input disabled
optgroup disabled
option disabled
select disabled
textarea disabled

 

Syntax:-

 

Its syntax is:- < element disabled >

Code Explanation

All Tutorials related to HTML Attributes

All Sections related to HTML