Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions spelling mistales finder using html
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<!DOCTYPE html>
<html>
<body>
<h3>Example of Enabling SpellCheck</h3>
<form>


<p>
<input type="text" spellcheck="true">
</p>




<p>
<textarea spellcheck="true"></textarea>
</p>


<button type="reset">Reset</button>
</form>
</body>
</html>