Skip to content

Comments

/* This is a CSS comment */
div {
color: red; /* This is a CSS comment */
}
/*
This
is
a
CSS
comment
*/
div {
color: red;
}
  • /* Comment */
  • Comments in CSS always start with /* and end with */
  • Comments cannot be nested