Last active
November 15, 2018 11:01
-
-
Save anthonycoffey/bd20219d4b2da78c6ceca3615247f404 to your computer and use it in GitHub Desktop.
HTML: The Basics - Part 1.2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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