Skip to content

Instantly share code, notes, and snippets.

@rhatano
Created February 26, 2012 14:19
Show Gist options
  • Save rhatano/1917003 to your computer and use it in GitHub Desktop.
Save rhatano/1917003 to your computer and use it in GitHub Desktop.
Basic Tags
<html> </html>
*//Creates an HTML document
<head></head>
*//Sets off the title and other information that isn’t displayed on the web page itself
<body></body>
*// Sets off the visible portion of the document
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment