Att Global Spellcheck
## HTML spellcheck Attribute
The `spellcheck` attribute is an HTML global attribute used to specify whether the element's text content should be checked for spelling and grammar errors by the browser's built-in spell checker.
---
## Introduction
The `spellcheck` attribute is a global attribute introduced in HTML5. It provides a standard way to control browser-based spell-checking on user-editable text fields. When enabled, misspelled words are typically highlighted with a red wavy underline, and users can right-click them to see spelling suggestions.
### Applicable Elements
Spell-checking can be performed on:
* Text values in `` elements (excluding password fields).
* Text inside `
YouTip