?? ???
E F ?? ??? F? ???? ??? ???? ?? ??? E? ???? ??? ?????.
?? ????? ?? ??? ?? ??? ?? ??? ???? ? ????.
E F
?? ?? ???? ???? ??? ?????. E? F? ???? ?????. ?? ?? ??? ????.
.antzone li{ color:blue }
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="author" content="http://ask.php.cn/" /> <title>CSS教程</title> <style type="text/css"> div li{color:blue} </style> </head> <body> <div> <ul> <li>歡迎來到php中文網(wǎng)</li> <li>php中文網(wǎng)歡迎您</li> </ul> </div> <ul> <li>歡迎來到php中文網(wǎng)</li> <li>php中文網(wǎng)歡迎您</li> </ul> </body> </html>