Comments in CSS?
18 messages 1, 2Suivant >>
Comments in CSS?
How can I insert comments in CSS?In HTML I use "<!-- comment -->". But it doesn't work in CSS.
Thanks,
Lisa
Re: Comments in CSS?
Thank you!Re: Comments in CSS?
Thanks for asking the question and for answering - this is precisely what I was looking for (both html and css)!Re: Comments in CSS?
/*Hi this first time I use it
*/
this way you use
Re: Comments in CSS?
lisaja a écrit:How can I insert comments in CSS?
In HTML I use "<!-- comment -->". But it doesn't work in CSS.
Thanks,
Lisa
Re: Comments in CSS?
It is very helpful for me. Thanks for asking this question.Re: Comments in CSS?
body {font-size: 62.5% /* 1em = 10px */
}
The stuff inside the /* */ marks are CSS comments.
Thanks Bruce Mesnekoff
Re: Comments in CSS?
Thnx for sharing this information its very useful.http://customertollfreehelplinenumber.in/
http://customeronlineinfo.in/
http://customercaresupportinfo.in/
Re: Comments in CSS?
Hi,you can use /* comments */
--
Farhin Qureshi
.NET Developer
http://www.ifourtechnolab.com
Farhin Qureshi
.NET Developer
http://www.ifourtechnolab.com
Re: Comments in CSS?
/* Smartphones (portrait and landscape) ———- /@media screen and (min-width: 320px) and (max-width: 480px){
/ styles */
}
1, 2Suivant >>