下列关于background-position属性的叙述中( )是错误的。
A. background-position: top left; 等价于background-position: left top;
B. background-position: top 等价于background-position: top center;
C. 假设元素的宽度和高度分别为200px和150px,则background-position: 100px 75px将背景图像的中心点与元素的中心点对齐。
D. 背景图像默认位置为0% 0%。
假设页面背景中包含背景图像,则下列()可以使该元素内容在滚动的过程中,背景图像保持不动。
A. background-attachment: fixed;
B. background-attachment: scroll;
C. background-attachment: local;
D. background-attachment: normal;
下列关于字体类型的叙述中( )是错误的。
A. 衬线字体和无衬线字体都是等宽的。
B. 宋体是衬线字体,黑体是无衬线字体。
C. 等宽字体的所有字符的宽度是相等的。
D. 有衬线的通用字体称为Serif,无衬线的通用字体称为Sans-serif。
下列关于字体设置的语句中()是正确的。
A. font-family: 微软雅黑 方正黑体 黑体;
B. font-family: Times New Roman;
C. font: 宋体;
D. font: 18px 宋体;