Created
March 18, 2022 22:12
-
-
Save nfreear/0a2fb15fbd9d5a2a951083e43aebb730 to your computer and use it in GitHub Desktop.
Grammar and spelling error tests
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html><html lang="en"> <title> Grammar and spelling error tests </title> | |
<h1> Grammar and spelling error tests </h1> | |
<ul class="test" contenteditable="true"> | |
<li> I cantain spelling errors. </li> | |
<li> And, Ive got a missing apostrophe. </li> | |
</ul> | |
<p><a href="javascript:document.body.setAttribute('contenteditable', true);" >Make editable</a> | |
<pre> | |
NDF, 18-Mar-2022. | |
</pre> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment