Skip to content

Instantly share code, notes, and snippets.

@thetrend
Created April 17, 2016 17:24
Show Gist options
  • Save thetrend/145fab6344f73afd6ca1357d38e14adb to your computer and use it in GitHub Desktop.
Save thetrend/145fab6344f73afd6ca1357d38e14adb to your computer and use it in GitHub Desktop.
HTML Basics Tutorial Part 1
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<p>Hello, World!</p>
<p>This is where your content goes.</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment