Skip to content

Instantly share code, notes, and snippets.

@oneross
Created May 7, 2014 00:02
Show Gist options
  • Select an option

  • Save oneross/2e2a5ce679bb95de250d to your computer and use it in GitHub Desktop.

Select an option

Save oneross/2e2a5ce679bb95de250d to your computer and use it in GitHub Desktop.
<html>
<head>
<title>
Simple example of an HTML document
</title>
</head>
<body>
<P>
Information to be displayed is located here.
This will be displayed as paragraph 1.
</P>
<P>
This will be displayed as paragraph 2.
</P>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment