- In how many ways and places we can place comment in CSS?
- Can placement of comment can creat any problem in css rendering and validation?
- How to show comment in Firebug?
- How to write good comment for big and small changes in CSS
- How to CSS readable, clear from comment for easier management
相关问题
- Adding a timeout to a render function in ReactJS
-
Why does the box-shadow property not apply to a
- Add animation to jQuery function Interval
- jQuery hover to slide?
- Issue with star rating css
The only kinds of comments allowed in CSS are the
/* ... */
block delimiters. They can be placed almost anywhere, as if you were using them in any other language (that uses those kinds of comments, of course).Well, you can use the
/*
and*/
syntax for block comments.The CSS specification spells this out definitively:
For example: