單項選擇題通過()可以取消有序列表的默認列表符號?

A.list-style:none;
B.font-style:normal;
C.text-style:normal
D.list:normal;


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題(網站)上下兩個段落之間想要有10px的距離,通過()來實現(xiàn)?

A.margin-bottom:10px;
B.padding-bottom:10px;
C.margin-left:10px;
D.padding-left:10px;

2.單項選擇題(網站)<h1></h1>里加CSS樣式正確的是:()

A.!h1{color:red;width:100px;height:110px;}
B.#h1{color:red;width:100px;height:110px;}
C.h1{color:red;width:100px;height:110px;}
D..h1{color:red;width:100px;height:110px;}

3.單項選擇題(網站)下列選項中,默認相對于body定位的屬性值是()

A.fixed
B.absolute
C.static
D.relative

4.單項選擇題(網站)用CSS如何定義元素背景圖片:()

A.color:url(img/15.gif)
B.font:url(img/17.gif)
C.background:url(img/ca.gif)
D.img:url(img/13.gif)

5.單項選擇題(網站)給樣式名為div1的元素中的文字定義字體顏色為純藍色:()

A.#div1{color:#00f}
B..div1{color:#f00}
C.div{color:#00f}
D..div1{color:#00f}