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
accesskey Attribute
class Attribute
contenteditable Attribute
data-* Attributes
dir Attribute
draggable Attributes
hidden Attribute
id Attribute
lang Attribute
spellcheck Attribute
style Attribute
tabindex Attribute
title Attribute
translate Attribute