Skip to content

Instantly share code, notes, and snippets.

@nbriz
Created October 18, 2019 00:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nbriz/58717f78708f2fdc69e60362910f0f50 to your computer and use it in GitHub Desktop.
Save nbriz/58717f78708f2fdc69e60362910f0f50 to your computer and use it in GitHub Desktop.
a basic html5 structure
<!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