Created
January 17, 2015 16:14
-
-
Save chrisdavies/0907440fc10b06a571ba to your computer and use it in GitHub Desktop.
This markup has a problem. Can you spot it?
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
<!-- Notice that the quoatation marks are not consistent. They should all be | |
" but some are “ Note, this last one is slanted. I'm not even sure how that | |
one got in, but I noticed some students had those slanty quotes! That's not | |
valid HTML! --> | |
<form method=“get" action=“/save-user”> | |
<div class="form_div personal"> | |
<label>Name<br><input type=“text” name=“userName” required="required"></label> | |
</div> | |
</form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment