單項選擇題下列選項中,用于更改元素左內邊距的是()。

A.text-indent
B.padding-left
C.margin-left
D.padding-right


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題在下列選項中,background-position屬性值書寫正確的是()。

A.p{background-position:lefttop;}
B.p{background-position:left10;}
C.p{background-position:10top;}
D.p{background-position:top10;}

2.單項選擇題下列選項中,用于改變盒子模型外邊距的是()。

A.margin
B.padding
C.type
D.border

3.單項選擇題CSS3中,()選擇器用于為父元素中的第一個子元素設置樣式。

A.:last-child
B.:first-child
C.:not
D.:nth-child(n)

4.單項選擇題CSS3中,()主要用來選擇某個元素的第一級子元素。

A.子代選擇器
B.兄弟選擇器
C.屬性選擇器
D.偽類選擇器

5.單項選擇題下面的選項中,行內式CSS樣式的基本語法格式正確的是()

A.<標記名屬性1:屬性值1;屬性2:屬性值2;......>內容
B.<標記名style:"屬性1:屬性值1;屬性2:屬性值2;......">內容
C.<標記名style="屬性1:屬性值1,屬性2:屬性值2,......">內容
D.<標記名style="屬性1:屬性值1;屬性2:屬性值2;......">內容