Back to Developer Roadmap

Comments

src/data/roadmaps/css/content/[email protected]

4.0528 B
Original Source

Comments

Comments in CSS are notes that you add to your code to explain what it does, or to temporarily disable parts of your code. Browsers ignore these comments, so they don't affect how your website looks. You create a CSS comment by starting with /* and ending with */.

Visit the following resources to learn more: