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

HTML checked Attribute

 

 

The checked attribute is a boolean attribute. It specifies that an input element should be pre-selected on page load when present in that input. 

 

Used With:-

 

Element Attribute
input checked

 

Syntax:-

 

Its syntax is:- < element checked >

Code Explanation

All Tutorials related to HTML Attributes

All Sections related to HTML