單項選擇題在HTML中,以下關于樣式表的優(yōu)點描述不正確的是()。

A.實現(xiàn)內容和表現(xiàn)的分離
B.頁面布局更加靈活
C.有利于提高網頁瀏覽速度
D.不利于搜索引擎搜索


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題下列選項中,CSS的顏色值正確的表達形式是()。

A.rgba(360,0,0,1)
B.rgba(256,1,250,0)
C.rgba(0,0,0,1)
D.rgba(250,0,0,2)

2.單項選擇題下面哪個是偽類選擇器的是()。

A.p:after
B.div:before
C.myclass
D.input:checked

3.單項選擇題在CSS中,可用于設置文本的行高的屬性是()。

A.text-indent
B.letter-spacing
C.text-align
D.line-height

4.單項選擇題在CSS中,要實現(xiàn)鏈接字體顏色為紅色,無下劃線,當鼠標移過時顯示下劃線的效果,以下選項正確的是()。

A.a:link{color:#ff0000;} a:hover{text-decoration:underline;}
B.a{color:#ff0000;text-decoration:none;} a:hover{text-decoration:overline;}
C.a{text-decoration:underline;} a:hover{color:#ff0000;text-decoration:none;}
D.a:link{color:#ff0000;text-decoration:none;} a:hover{text-decoration:underline;}

5.單項選擇題在CSS中,以下()不屬于超鏈接偽類。

A.a:link
B.a:hover
C.a:hidden
D.a:active