Advertisement
Google Ad Slot: content-top
CSS Comments
In CSS, comments are used to add explanatory notes or to temporarily disable parts of the CSS code without affecting the browser's rendering of the page. Comments help make your code more readable and maintainable, especially when working on large stylesheets.
Syntax:
/* Content */