Skip to content

Instantly share code, notes, and snippets.

@chrisdavies
Created January 17, 2015 16:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrisdavies/0907440fc10b06a571ba to your computer and use it in GitHub Desktop.
Save chrisdavies/0907440fc10b06a571ba to your computer and use it in GitHub Desktop.
This markup has a problem. Can you spot it?
<!-- 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