Skip to content

Instantly share code, notes, and snippets.

@SPodjasek
Last active December 20, 2015 01:49
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 SPodjasek/6051527 to your computer and use it in GitHub Desktop.
Save SPodjasek/6051527 to your computer and use it in GitHub Desktop.
Test how browsers handle broken html
<html>
<head><title>Broken tag test</title></head>
<body>
<p>la<>la<>la</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment