根据Bootstrap3的建议,介于平板电脑(小屏幕)和桌面显示器(中等屏幕)之间的响应式布局切换断点数值是( )。
A. 768px
B. 992px
C. 1200px
D. 0px
查看答案
可以限制元素最大宽度的属性是( )。
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;