以下哪个是无效的CSS样式定义?()
A.h1,h2{font-size:large;color:green}
B.$link{text-decoration:none}
C..product_name{font-family:隶书}
第1题:
【多选题】下面的选项中,CSS样式书写正确的是:
A.p { font-size:12px;color:red;}
B.p { font-size=12px;color=red}
C.p { font-size:12px;}
D.p { font-size:12;color:red;}
第2题:
下面的选项中,CSS样式书写正确的是()。
A.p { font-size:12px;color:red;}
B.p { font-size=12px;color=red}
C.p { font-size:12px;}
D.p { font-size:12;color:red;}
第3题:
下面CSS样式的定义方式属于行内式: <style type="text/css"> p { color:red; font-size:14px; line-height:20px; } </style>
第4题:
【多选题】下面的选项中,CSS样式书写正确的是:
A.p { font-size:12px;color:red;}
B.p { font-size=12px;color=red;}
C.p { font-size:12px;}
D.p { font-size:12;color:red;}
第5题:
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">