elibraryportal Logo

CSS Comments

CSS comments are mainly used for explain the purpose of declarations your code.It is very helpful for the users and others who understand your code so that they can easily understand the code.

Comments are not displayed on the browsers.

Types of comments

  1. Single Line Comment:-
  2. Multi-line Comment

Syntax:-

Example:-

Test it Now
Next TopicCSS Colors