Skip to content

Instantly share code, notes, and snippets.

@funnythingz
Created February 23, 2013 07:13
Show Gist options
  • Save funnythingz/5018795 to your computer and use it in GitHub Desktop.
Save funnythingz/5018795 to your computer and use it in GitHub Desktop.
HTML5 "hello world"
<!Doctype html>
<html lang="ja">
<head>
<meta charset="utf-8">
<title>title</title>
</head>
<body>
<h1>heading</h1>
<article>
<h1>article heading</h1>
<p>text text text text text text text text text text text text</p>
</article>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment