当前位置:百科知识 > 知到掐头去尾答案

问题描述:

[单选] 请阅读下面的程序,根据注释中的要求填写代码。
A.<!doctype html> <html> <head> <meta charset="utf-8"> <title>无标题文档</title> <style type="text/css"> ____________________/*要求只选定段落里面有red类的文字部分,修改为红色*/ </style> </head> <body> <p>这里面是文字内容</p> <p class=”red”>这里面是文字内容</p> <div class=”red”>里面是文字内容</div> <span class=”red”>这里面是文字内容</span> </body> </html> B.答案: C.p.red{color:red} D.;
参考答案:查看
答案解析:
☆收藏

随机题目