Skip to content

Instantly share code, notes, and snippets.

@z-------------
Created October 31, 2014 02:32
Show Gist options
  • Save z-------------/ab54cac707a990eaf549 to your computer and use it in GitHub Desktop.
Save z-------------/ab54cac707a990eaf549 to your computer and use it in GitHub Desktop.
<!DOCTYPE html><!-- tell the browser that the page is written in HTML5, the latest version of the HTML standard -->
<html><!-- element that contains all the HTML of the page -->
<head><!-- information for the browser about how to read the page -->
<title>Student Council</title><!-- title displayed in tab bar, bookmarks, history etc -->
<meta charset="utf-8"><!-- tell the browser that the file is encoded in UTF-8, a character encoding able to encode all characters in Unicode -->
</head>
<body><!-- the actual content of the page -->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment