Loading...
HTML spellcheck attribute

HTML spellcheck attribute

In this tutorial, we will learn about spellcheck attribute in HTML with the help of examples.


spellcheck attribute

The spellcheck attribute is used to specify whether the tag have its spelling and grammer checked or not.

Different text that can be spellchecked :

  • Text in editable tags
  • Text values in input elements(not password)
  • Text in <textarea> tag

Syntax

<a spellcheck = "true">......</a>

Attribute values

Value Description
true Used to check spelling and grammer
false Used to not check spelling and grammer

Next Tutorial

We hope that this tutorial helped you develop better understanding of the concept of spellcheck Attribute in HTML.

Keep Learning : )

In the next tutorial, you'll learn about HTML style Attribute.

- Related Topics