Created
December 9, 2014 15:56
-
-
Save exarcheia-web/974f3274af0adda0918d to your computer and use it in GitHub Desktop.
HTML Basic Structure
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> | |
| <html> | |
| <head> | |
| <title>CSS Grids</title> | |
| <meta charset="utf-8"> | |
| </head> | |
| <body> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment