CSS: Comment Syntax
Block Comment Syntax
CSS has block comment syntax.
comment start with
/*
and ends with
*/
Anything in between is ignored.
/* css comment */ /* comment is ignored */ /* can be multiple lines */
Cannot be Nested
/* block comment cannot nest /* this is error */ */
No Line Comment Syntax
There is no line comment syntax.
CSS, misc, advanced
- CSS: Case Sensitivity
- CSS: Declare Charset
- CSS: Comment Syntax
- CSS: Default Unit
- CSS: Computed Style
- CSS: Pseudo Element
- CSS: Pseudo Class
- CSS: Specificity
- CSS: Data URI Scheme
- HTML: Protocol-Relative URL
- CSS: Browser Default Style Sheet (2025-12)