Created
October 18, 2019 00:06
-
-
Save nbriz/58717f78708f2fdc69e60362910f0f50 to your computer and use it in GitHub Desktop.
a basic html5 structure
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 info like the title and author of the page goes here --> | |
<!-- also links to any stylesheets, favicons or js libraries :)--> | |
</head> | |
<body> | |
<!-- and all ur "content" goes here --> | |
<!-- img, video, canvas, h1, p, etc --> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment