Comments in CSS

Term side of the Card
Topic: Basics
Unit title: Comments in CSS
Categories: Syntax
Explanation side of the Card

Explanation: The way to add notes or explanations within CSS code that are not visible on the web page. Comments are written between /* and */ and are used to document code, temporarily disable styles or make the CSS easier to understand for others.

Edit on GitHubContributions in our content repository are 🤗 welcome from everyone.Link leads to the Contributions guidelines on GitHubLink leads to the content repository on GitHub