CSS Comments

CSS comments are not displayed in the browser, but they can help document your source code.

Comments are used to explain the code, and may help when you edit the source code at a later date.

Comments are ignored by browsers.

A CSS comment is placed inside the <style> element or in the external style sheet, and starts with /* and ends with */

See the Pen css comments by Arpit (@soniarpit) on CodePen.

Previous: Location of CSS

Next: CSS Selectors