Created
October 31, 2014 02:32
-
-
Save z-------------/ab54cac707a990eaf549 to your computer and use it in GitHub Desktop.
This file contains hidden or 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><!-- 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