Created
August 12, 2023 14:47
-
-
Save gitipedras/1bcbcb8ceb30a62fd4d73ae9176ad4d4 to your computer and use it in GitHub Desktop.
HTML5 template 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
# 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