Skip to content

Instantly share code, notes, and snippets.

@tkrotoff
Last active May 26, 2021 10:49
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 tkrotoff/03426c54568b8ffb37de0095bef15069 to your computer and use it in GitHub Desktop.
Save tkrotoff/03426c54568b8ffb37de0095bef15069 to your computer and use it in GitHub Desktop.
Minimal HTML5 structure
<!DOCTYPE html><title>Hello, World!</title>
  • doctype is mandatory
  • title is mandatory
  • head is not
  • body is not

Verified with https://validator.w3.org/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment