A. 对 B. 错
A. display:none; B. display:block; C. display:inline-block; D. display:inline;
A. 块级类型 B. 行内类型 C. 行内块类型 D. 浮动类型
A. position: static; B. position: relative; C. position: absolute; D. position: fixed;
A. position: static; B. position: fixed; C. position: absolute; D. position: relative;
A. overflow:visible; B. overflow: hidden; C. overflow: auto; D. overflow: scroll;
A. left B. right C. both D. center
A. left B. center C. right D. none
A. 为元素设置高度(height) B. 为元素设置宽度(width) C. 将元素左右外边距的值设置为auto D. 使元素浮动(float)