Skip to content

Instantly share code, notes, and snippets.

@anthonycoffey
Last active November 15, 2018 11:01
Show Gist options
  • Save anthonycoffey/bd20219d4b2da78c6ceca3615247f404 to your computer and use it in GitHub Desktop.
Save anthonycoffey/bd20219d4b2da78c6ceca3615247f404 to your computer and use it in GitHub Desktop.
HTML: The Basics - Part 1.2
<!DOCTYPE html>
<html>
<head>
<!-- meta tags, tracking pixels, links to stylesheets, fonts and scripts go here. -->
</head>
<body>
<!-- The rest of your HTML goes here. Oh, and by the way... This is what a HTML comment looks like! -->
<!-- HTML Comments are only displayed in the code, they are for communicating with yourself and others -->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment