Skip to content

Instantly share code, notes, and snippets.

@gitipedras
Created August 12, 2023 14:47
Show Gist options
  • Save gitipedras/1bcbcb8ceb30a62fd4d73ae9176ad4d4 to your computer and use it in GitHub Desktop.
Save gitipedras/1bcbcb8ceb30a62fd4d73ae9176ad4d4 to your computer and use it in GitHub Desktop.
HTML5 template structure
# CAPPITAL LETTERS LIKE THIS ARE ONLY PLACEHOLDERS
# NOTES: CHARSET UTF-8 IS COMMON
<!DOCTYPE html>
<html lang="AN EXISTING LANGUAGE">
<head>
<title>TITLE</title>
<link rel="WHAT IS THIS LINK FOR?" href="WHERE IS IT GOING TO?">
<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