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. 一个盒子由边界、边框、填充和内容区域4个部分组成 B. 如果给盒子设置背景颜色,则背景区域包括padding、border和content三部分。 CSS定义盒子的width和height时,实际上定义的是内容区域content的width和height。 D. 盒子的宽度是内容宽度加上padding、border和margin。