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

spellcheck Attribute

spellcheck Attribute

 

 

The spellcheck attribute specifies whether the element is to have its spelling and grammar checked or not. We can speel checked following things:-

  • Textarea
  • Editable text
  • input elements except for password

 

Attribute Explanation:-

 

Value Description
true The element is to have its spelling and grammar checked
false The element is not to be checked

 

Syntax:-

 

Its syntax is:- < element spellcheck="true|false" >

Code Explanation

All Tutorials related to HTML Global Attributes

All Sections related to HTML