請老師檢查
来源:2-24 编程练习
慕数据3203843
2019-10-06 08:59:22
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> /*此处写代码*/ ol> li:first-child{ color:red; } ol> li:last-child{ color:blue; } ol> li:nth-child(2){ color:green; } </style> </head> <body> <!--此处写代码--> <ul> <li>家用電器 <ol> <li>冰箱</li> <li>洗衣機</li> <li>空調</li> </ol> </li> <li>清潔用品 <ol> <li>洗還液</li> <li>消毒液</li> <li>洗廁液</li> </ol> </li> <li>婦嬰用品 <ol> <li>奶粉</li> <li>紙尿褲</li> <li>奶瓶</li> </ol> </li> </ul> </body> </html>
1回答
同学你好,实现效果没有问题,继续加油!欢迎采纳。
祝学习愉快!
相似问题