A. .h1 { background-color: B. ffffff } C. h1 { background-color: D. ffffff; } E. h1.all { background-color: F. ffffff } G. D. H. h1 { background-color: I. ffffff }
A. padding:10px 20px 30px 40px B. padding:40px 30px 20px 10px C. padding:10px 40px 30px 20px D. padding:20px 10px 40px 30px
A. <style rel="stylesheet" type="text/css" href="外部样式表地址" /> B. <link rel="stylesheet" type="text/css" href="外部样式表地址" /> C. <style rel="stylesheet" type="text/css" link="外部样式表地址" /> D. <link rel="stylesheet" type="text/css" style="外部样式表地址" />
A. 一个盒子由边界、边框、填充和内容区域4个部分组成 B. 如果给盒子设置背景颜色,则背景区域包括padding、border和content三部分。 CSS定义盒子的width和height时,实际上定义的是内容区域content的width和height。 D. 盒子的宽度是内容宽度加上padding、border和margin。
A. 默认链接是 B. 000000颜色 C. 访问过链接是 D. 000000颜色 E. 鼠标上滚链接是 F. 000000颜色 G. 活动链接是 H. 000000颜色
A. list-style:none B. list-style-type:none C. list-style-position D. list-style-image
A. & B. C. " D. <
A. 该元素用来定义文档类型 B. 该元素用来声明命名空间 C. 该元素用来向搜索引擎声明网站关键字 D. 该元素用来向搜索引擎声明网站作者
A. <sub> B. <sup> C. <font> D. <b>
A. 3行3列 B. 4行3列 C. 3行4列 D. 4行4列