Hi all,
My question is a simple one. How can i leave myself notes on .css stylesheet.
When I am using HTML I can annotate the code by enclosing comments within <!-- & -->. And when I am using Javascript I can do the same using /* & */ or //.
How can I do this on a .css file.
For example I would like to give styles to heading tags say h1 to h5 for different levels of heading. In the stylesheet I would like to label these
e.g
h2{font-family:monaco} <!--Sub-Heading-->
If I do it like this the styles are not applied.
Thanx
Starfishh
Is there any way I can leave notes on the stylesheet?
My question is a simple one. How can i leave myself notes on .css stylesheet.
When I am using HTML I can annotate the code by enclosing comments within <!-- & -->. And when I am using Javascript I can do the same using /* & */ or //.
How can I do this on a .css file.
For example I would like to give styles to heading tags say h1 to h5 for different levels of heading. In the stylesheet I would like to label these
e.g
h2{font-family:monaco} <!--Sub-Heading-->
If I do it like this the styles are not applied.
Thanx
Starfishh
Is there any way I can leave notes on the stylesheet?