How to Comment in CSS?

Use `/* comment */` for single-line or multi-line comments in CSS

Example: `/* This is a comment */`

Example: `/* This is a multi-line comment */`

CSS does not support `//` comments

Comments can be placed anywhere whitespace is allowed

Suggested for You

Trending Today