1. Computing

Discuss in my forum

How do you comment a CSS document?

By , About.com Guide

Question: How do you comment a CSS document?
Answer:

Comments are easy to add in CSS, and it's a good idea to include them so that you remember what your styles apply to in the future. To comment code in CSS:

/* comment text */

Everything that is between the /* and the final */ will be ignored by the Web browser.

©2013 About.com. All rights reserved.