相关考题
-
多项选择题
背景属性的缩写语法正确的是()
A.{background:#00ff00url(背景图片的路径及全称)no-repeat center top;}
B.{background:url(背景图片的路径及全称)#00ff00no-repeat center top;}
C.{background:url(背景图片的路径及全称)#00ff00center top no-repeat;}
D.{background:url(背景图片的路径及全称)no-repeat center top;} -
单项选择题
在html中,为网页添加标题。并且标题显示在状态栏上的标签为()
A.head
B.html
C.h1
D.title -
单项选择题
为了让以下id为container的div能够水平居中,需要的CSS样式是()
A.#container{width:880px;padding:0px auto;}
B.#container{width:880px;padding:auto 0px;}
C.#container{width:880px;margin:auto 0px;}
D.#container{width:880px;margin:0px auto;}
