Skip to content

Instantly share code, notes, and snippets.

@cgrymala
Created September 3, 2015 15:42
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 cgrymala/d61c3cacd6fb07bdcf9a to your computer and use it in GitHub Desktop.
Save cgrymala/d61c3cacd6fb07bdcf9a to your computer and use it in GitHub Desktop.
Ugly, Valid HTML5 code
<!doctype html>
<html>
<head>
<title>My Document Title</title>
<body>
<ul>
<li>First list item
<li>Second list item
<li>Third list item
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment