
How to use spell check in HTML?

Example:
<html>
<head>
<title>Spell Check example</title>
</head>
<body>
<label>Type some words and check spellings:
<input type="text" autofocus spellcheck="true" />
</label>
</body>
</html>
Description: - It is a simple html program to check user inputted Words. autofocus focuses on wrong spelled word. Here for checking word, take property spellcheck="true" by default it is false.
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.