How do you insert comment in css file?

1 answer

Answer

1245941

2026-08-08 06:35

+ Follow

Comments in a Cascading Style Sheet consist of a forward-slash adjacent to an asterisk (star), the comment, and an asterisk (star) adjacent to a forward-slash.

Anything within the two symbols (/* and */) is considered to be a comment. For example:

/* This is a comment.
Anything between the
two symbols is ignored. */

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.