CSS ?? ??
Html? ??? ????? CSS?? ?? ?? ????. ?, /*comment ?*/?? ?????(Html??? <!--comment ?--> ??).
CSS? ??? ? ? ?? ??? ? ??? ????.
1. ???(?? ???)
IE?? CSS ??? ???? ?? ???? ??? ? ????.
css ??:
html>body p { /* declarations */ }
2. "?????"(*)
? ?? ????? IE ??????? ??? ? ????(?? ??????? ???)
css ??:
* html p { /* declarations */ }
3. "????"()
IE/Win? ????? ???? IE/Mac? ???? "????" ??? ??? ? ????.
css ??:
/* \*/ * html p { declarations } /* */