Skip to content

Instantly share code, notes, and snippets.

@maykonmeier
Last active August 29, 2015 14:04
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 maykonmeier/5e984d4b312ab8511040 to your computer and use it in GitHub Desktop.
Save maykonmeier/5e984d4b312ab8511040 to your computer and use it in GitHub Desktop.
HTML basic
<html>
<head>
<meta charset="utf-8" />
<meta name="description" content="short page description, to improve search engines">
<meta name="keywords" content="short keywords, separated by comma">
<title>My blog</title>
</head>
<body>
<h1>My first post</h1>
<h2>Starting HTML</h2>
<div id="main-content">
<h4>Basics</h4>
<div class="content">HTML basics</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment