Created
March 14, 2017 10:46
-
-
Save tomasovic/7598b989a78c8f47556e05110711fa34 to your computer and use it in GitHub Desktop.
html5
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> | |
| <title>Short HTML</title> | |
| <meta charset="UTF-8"> | |
| <h1>Hello World</h1> | |
| <ul> | |
| <li>First Element | |
| </ul> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment