A.禁用删除线并将文本的颜色设置为黑色
B.加上删除线并将文本的颜色设置为黑色
C.禁用下划线并将文本的颜色设置为黑色
D.加上下划线并将文本的颜色设置为黑色
第1题:
第2题:
6、以下哪段代码链接了一个外部样式表?
A.<div style="color:green;">demo</div>
B.<style type="text/css"> <!-- div{color:green;} --> </style>
C.<link rel=stylesheet type="text/css" href="style.css">
D.<style rel=stylesheet type="text/css" href="style.css">
第3题:
如何去掉文本超链接的下划线?
A.a {text-decoration:no underline;}
B.a {underline:none;}
C.a {decoration:none;}
D.a {text-decoration:none;}
第4题:
下面哪个方法可以去掉文本超链接的下划线
A.a{ text-decoration:no underline; }
B.a{ underline:none; }
C.a{ decoration:no underline; }
D.a{ text-decoration:none; }
第5题:
下面哪个方法可以去掉文本超链接的下划线().
A.a{ text-decoration:no underline; }
B.a{ underline:none; }
C.a{ decoration:no underline; }
D.a{ text-decoration:none; }