HTML spellcheck Attribute
This spellcheck attribute in HTML instructs whether element is to undergo spelling and Grammar checked out or not. Text values found in all editable elements can be spellchecked like input areas, textarea etc
Using HTML spellcheck Attribute
here is the syntax and example for it
<element spellcheck="true or false" >
Try checking this content for editing and you can do it directly
Also in Input text areas we can use spellcheck attribute.
name:
There are two values for this attribute value is set
- ‘True’ : Spellcheck attribute is set to be true
- ‘False’ : Spelling and grammar check is not set