单项选择题
CSS 样式,下面哪个答案与这个语句的效果一致?()h1{font-family:sans-serif;}h2{font-family:sans-serif;}h3{font-family:sans-serif;}
A.h*{font-family:sans-serif;}B.h1h2h3{font-family:sans-serif;}C.h1,h2,h3{font-family:sans-serif;}D.这些都不对
CSS 样式,什么属性可以用来将所有的转换为大写或小写字母,或者将首字母转为大写?()A.transforma...
单项选择题CSS 样式,什么属性可以用来将所有的转换为大写或小写字母,或者将首字母转为大写?()
A.transformationB.text-transformC.capitalizeD.all-text
CSS 样式,怎样定义一个类“myclass”,将元素的宽度设为640px,高度设为480px ,外边距为30...
单项选择题CSS 样式,怎样定义一个类“myclass”,将元素的宽度设为640px,高度设为480px ,外边距为30px?()
A.class.myclass {width:640px;height:480px;margin:30px;}B.myclass.class {width:640px;height:480px;padding:30px;}C.myclass {width:640px;height:480px;margin:30px;}D.myclass {width:640px;height:480px;padding:30px;}
CSS 样式,下面哪一个可以将一个或多个图片设为元素背景?()A.background-imageB.bgim...
单项选择题CSS 样式,下面哪一个可以将一个或多个图片设为元素背景?()
A.background-imageB.bgimageC.background-imgD.image-bg