Skip to content

Instantly share code, notes, and snippets.

@TiuTalk
Created December 2, 2011 04:35
Show Gist options
  • Save TiuTalk/1421777 to your computer and use it in GitHub Desktop.
Save TiuTalk/1421777 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