+ 2
Please can anyone help me clear my doubt?
While internal CSS styling, do we use this syntax for commenting {that being (/* */)} or the comments that are followed by HTML {that being (<!-- -->)}? I'm not so used to CSS styling, I have an average knowledge in CSS. Kindly help me with the doubt..
8 odpowiedzi
+ 14
Debangsi Satapathy Please,
kindly follow and read the lessons, you have started the CSS tutorial!
https://www.sololearn.com/learn/CSS/1081/
+ 8
We use /* */.
+ 7
Use /* */ for inline styles as well.
+ 6
Use /* */ for comment .
+ 6
Thanks
0
Ratnesh Rakesh Ranjan in this case they can't use <!-- -->
0
/* this is a block/multipline comments in C++ */
0
Whatsup