CSS ????? ???(*)
????? ???? ??(*)? ???? ??? ??? ????.
*{ Rules }
*{ margin:0px; padding:0px; }
?? ?? ??? ?? ??? ?? ??? ??? ? ?? ?? ???? ??? ?????. ????? 0?? ???? ??? ?? ??? ?????. ?? ??? ?? ??? ?? ?? ??? ???? ?? ????.
.antzone *{ border:1px solid #333; }
? ??? ???? ??? ? ????. ??? ?? ? antzone ??? ?? ?? border:1px solid #333? ??.
<!DOCTYPE html> <html> <head> <meta charset=" utf-8"> <meta name="author" content="http://ask.php.cn/" /> <title>php中文網(wǎng)</title> <style type="text/css"> *{ color:blue } </style> </head> <body> <div> <ul> <li>php中文網(wǎng)</li> <li>php中文網(wǎng)</li> </ul> <p>php中文網(wǎng)</p> </div> </body> </html>
? ??? ?? ???? ??? ????? ?????.