题目内容

可以限制元素最大宽度的属性是( )。

A. min-height
B. max-height
C. min-width
D. max-width

查看答案
更多问题

在响应式网页布局中,“移动设备优先”策略是指:先完成PC端的CSS布局样式,再完成移动端的CSS布局样式。( )

A. 对
B. 错

以下文字,描述的是哪一种定位方式?对象脱离普通文档流,使用 “top”、“right”、“bottom”、“left”等属性进行绝对定位,盒子的偏移位置不影响普通文档流中的任何元素,其margin不与其他任何margin折叠。( )

A. position: relative;
B. position: absolute;
C. position:static;
D. position: fixed;

设置对象左浮动的CSS代码是( )。

A. float:left;
B. clear:left;
C. text-align:left;
D. left:10px;

以下哪种方式是固定定位。( )

A. position:relative;
B. position:absolute;
C. position:fixed;
D. position:static;

答案查题题库