A. 一个盒子由4个独立的部分组成:margin、border、padding、border B. 填充、边框和边界和内容区域都分为上、下、左、右四个方向,既可以分别定义,也可以统一定义。 C. 盒子的实际宽度=左边界+左边框+左填充+内容宽度(width)+右填充+右边框+右边界 D. 盒子的实际高度=上边界+上边框+上填充+内容高度(height)+下填充+下边框+下边界。
A. 〈style〉.mytext{font-familiy:arial;font-size:9pt;line-height:13.5pt}〈/style〉 B. 〈style〉.mytext{fontname:arial;font-size:9pt;lineheight:13.5pt}〈/style〉 C. .mytext{font-familiy:arial;font-size:9pt;line-height:13.5pt} D. 〈style〉.mytext{fontname:arial;fontsize:9pt;lineheight:13.5pt}〈/style〉
A. 〈style〉 .mytext{font-familiy:arial;font-size:9pt;line-height:13.5pt}〈/style〉 B. .mytext{font-familiy:arial;font-size:9pt;line-height:13.5pt} C. 〈style〉 .mytext{fontname:arial;fontsize:9pt;lineheight:13.5pt} 〈/style〉 D. 〈style〉 . .mytext{fontname:arial;font-ize:9pt;line-eight:13.5pt} 〈/style〉
A. colorful style sheets B. computer style sheets C. cascading style sheets D. creative style sheets
A. 〈style src="mystyle.css"〉 B. 〈link rel="stylesheet" type="text/css" href="mystyle.css"〉 C. 〈stylesheet〉mystyle.css〈/stylesheet〉 D. 〈script src=mystyle.css〉〈/script〉
A. html文档的开始的位置 B. html文档的结束的位置 C. 在head元素中 D. 在body元素中
A. 直接在html的元素中定义样式表 B. 在html的〈head〉标记中定义样式表 C. 通过一个外部样式表文件定义样式表 D. 以上都可以
A. 正确的 B. 不正确的
A. 是不可能的 B. 利用表格标记〈table〉 C. 利用样式表定义中的绝对位置与相对位置属性 D. 利用样式表定义中的z-index属性
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}