A. <dl> B. <list> C. <ol> D. <ul>
A. 规定元素内容是否是可编辑的 B. 返回内容在字符串中首次出现的位置 C. 规定元素的上下文菜单 D. 从服务器升级内容
A. :first-child B. :last-child C. :nth-child D. :nth-last-child
A. E[attr] B. E[attr=”value”] C. E[attr^=”value”] D. E[attr|=”value”]
A. E[attr] B. E[attr=”value”] C. E[attr^=”value”] D. E[attr*=”value”]
A. 空格 B. 逗号 C. 波浪线 D. 加号
A. B. two{color:red;} C. .one{color:red;} D. P,h1{color:red;} E. P{color:red;}
A. 使用flex-direction可以定义伸缩方向 B. justigy-content是侧轴对齐 C. 伸缩项目中定义扩展空间的是flex-shrink D. 如果要实现主轴对齐应该设置align-items属性
A. div:hover{transform:tanslate(50px)} B. div:hover{transform:scale(1.5)} C. div:hover{transform:skew(45de D. div:hover{transform:rotale(45deg)}
A. transition-duration:对象过渡的持续时间 B. transition-property:对象中的参与过渡的属性 C. transition-timing-function :对象中过渡的 D. transition-delay:对象延迟过渡的时间