Skip to content

Instantly share code, notes, and snippets.

@quimic-gist
Forked from jigante/html5-start-page.html
Created December 13, 2013 16:26
Show Gist options
  • Save quimic-gist/7946854 to your computer and use it in GitHub Desktop.
Save quimic-gist/7946854 to your computer and use it in GitHub Desktop.
HTML: Html5 document structure
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment