Skip to content

Instantly share code, notes, and snippets.

@ifrins
Forked from TiuTalk/gist:1421777
Created January 1, 2012 22:08
Show Gist options
  • Save ifrins/1548478 to your computer and use it in GitHub Desktop.
Save ifrins/1548478 to your computer and use it in GitHub Desktop.
Before HtmlTidy
<!doctype html>
<html>
<head>
<title>Hello World!</title>
</head>
<body>
<header>
<h1>O hay!</h1>
</header>
<p>Omg, this paragraph is broken!
<p>And this one is <strong>closing with the wrong tag</strong> and no indented :(</em>
<div>And what about some <<<<>>>> to break our HTML?</div>
<input type="text" value="Or and wild input outside a form?" />
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment