Skip to content

Instantly share code, notes, and snippets.

@thatisuday
Last active March 22, 2018 18:58
Show Gist options
  • Save thatisuday/f177ba0b0320e87726eb9446b5995617 to your computer and use it in GitHub Desktop.
Save thatisuday/f177ba0b0320e87726eb9446b5995617 to your computer and use it in GitHub Desktop.
doctype html
html
head
//- Invisible comment in head section which will not appear in rendered html
// Visible comment in head block which will appear in rendered html
<!-- html comment will work fine too, but I don't get the idea! -->
body
//-
Block invisible comment in body section
which will not appear in rendered html
// "Comment can start from this line as well."
Visible comment in head block
which will appear in rendered html.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment