Signup/Sign In
Ask Question
Not satisfied by the Answer? Still looking for a better solution?

How can i add comments in css?

i want to success level 1 > lesson 6, but when i add a comment as they told me, it does not jump to other lesson
by

3 Answers

gianni88
/ your text here /

I guess that's the way you can add comment and words that will not be shown in the webpage
Abhisheke3yvz
You have to comment just the CSS property inside div { ... } and it should work.
So comment the background-color: pink; CSS property inside the div { ... } selector.
christaelrod
There are two ways to include comments in your CSS code. A single-line comment is the most typical format. Check the example below

/ This is a comment in CSS /

Login / Signup to Answer the Question.