-
What is the use of spellcheck attribute?
-
- Checks spelling and corrects it
- Checks spelling of a given particular text only
- Indicates if spell checking is allowed
- Checks spelling
- None of these
Correct Option: C
spellcheck is a global attribute, it indicates if spell checking is allowed or not for the element. Syntax is
<p contenteditable=”true” spellcheck=”true”> William Shakespeare was a great novelist. </p>