How to Disable and Enable Spellcheck for Form using HTML | Turn Off Spellcheck

Опубликовано: 15 Март 2026
на канале: Webley
52
2

Learn how to turn off spell checking (grammar correction) for form elements.

Don't forget to SUBSCRIBE this channel.
   / @webley7478  

In today's tutorial, we'll learn about spellchecking with HTML and how you can hint the users' browser to spellcheck user input with a spellcheck attribute on any element that the user can type into.

By default, when you enter text inside a form element, you will see a red underline below words that are not spelled right/incorrect. However, you can use spellcheck="false" to turn off spell checking: