CSS Comments

CSS comments are generally written to explain your code. It is very helpful for the users who reads your code so that they can easily understand the code.

Comments are ignored by browsers.

Comments are single or multiple lines statement and written within /*............*/ .

Test it Now

Output:

Hello tutorialsinfo.com

This statement is styled with CSS.

CSS comments are ignored by the browsers and not shown in the output.

Next TopicCSS Background




Contact US

Email:[email protected]

CSS Comments
10/30