A. body {color = black} B. body:color=black C. body {color: black} D. {body;color:black}
A. img { float: left; margin: 20px; } B. img { float: right; right: 30px; } C. img { float: right; width: 120px; height: 80px; } D. img { float: left; margin-bottom: 2em; }
A. ID选择器 B. 伪类选择器 C. 类选择器 D. HTML标签选择器
A. <Linkhref=”main.css” type=text/css rel=stylesheet> B. <link src="”main.css”" type="text/css" rel="stylesheet"> C. <Linkhref=”main.css” type=text/css> D. <Includehref=”main.css” type=text/css rel=stylesheet>
A.font B. margin C. padding D. visible E. border
A. CSS可以控制网页背景图片。 B. margin属性的属性值可以是百分比。 C. 对于中文可以使用word-spacing属性对字间距进行调整。 D. margin属性不能同时设置四个边的边距。