A. : after 伪元素在元素之后添加内容 B. : after 伪元素只能应用于超链接标签 C. 使 用 :after 伪元素可能导致浮动元素塌陷 D. : after 可以设置文本内容及样式,但不能设置定位等属性
A. B. bb{width : 100px; position :relative } C. B. D. bb{width : 100px; position :absolute} E. C. F. bb{width : 100px;position:fixed } G. D. H. bb{width : 100px; position : static }
A. B. box{width:100px ;height:50px;} C. B. D. box{width:100px ;height:50px; postion: static } E. C. F. box{width:100px ;height:50px; postion:relative} G. D. H. box{width:100px ;height:50px; position: absolute }
A. 标准文档流 B. 已定位父对象 C. 父对象 D. 窗口
A. 对 B. 错