Skip to content

Instantly share code, notes, and snippets.

@raewrites
Last active March 27, 2018 00:43
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 raewrites/64fef0276eaffd9aa1c19f5e16124e44 to your computer and use it in GitHub Desktop.
Save raewrites/64fef0276eaffd9aa1c19f5e16124e44 to your computer and use it in GitHub Desktop.
HTML Document Example
<html>
<head>
<title>My page</title>
</head>
<body>
<h1 id="page-title">Welcome to my page</h1>
<p>This is the first paragraph.</p>
<p>This is the second paragraph.</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment