Sunday, April 7, 2013

Enabling Spell-Check in HTML Form



In HTML5 we can use spellcheck attribute in textarea HTML element to enable the spell check ability. By setting it to true it'll enable the spell check ability and setting it to false will disable the spell check ability.

<textarea id="textarea1" rows="5" cols="50" spellcheck="true"></textarea>




No comments:
Write comments
Recommended Posts × +