Skip to content

Instantly share code, notes, and snippets.

@devZdev
Created September 28, 2015 21:54
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 devZdev/4c004483f8724fd60495 to your computer and use it in GitHub Desktop.
Save devZdev/4c004483f8724fd60495 to your computer and use it in GitHub Desktop.
<html>
<head>
<title>The title of my document is Hello</title>
</head>
<body>
<header>Header Section - My first page!</header>
<main>
<p>
Hello friend! This is the main content section of my page.
<p>
</main>
<footer>Footer Section - All rights reserved</footer>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment