A. translate()方法 B. scale()方法 C. skew()方法 D. rotate()方法
A. <head></head> B. <body></body> C. <html></html> D. <title></title>
A. keywords B. description C. charset D. expires
A. 选择器{属性1:属性值1; 属性2:属性值2 属性3:属性值3} B. 选择器{属性1:属性值1, 属性2:属性值2, 属性3:属性值3;} C. 选择器{属性1:属性值1; 属性2:属性值2; 属性3:属性值3;} D. 选择器{属性1:属性值1 属性2:属性值2 属性3:属性值3}
A. 块级类型 B. 行内类型 C. 行内块类型 D. 浮动类型
A. <dl></dl> B. <li></li> C. <dt></dt> D. <dd></dd>
A. border-top:1px solid blue; B. border:1px solid blue; C. border-top:1px dashed blue; D. border:1px dashed blue;
A. <styletype="text/stylesheet"></style> B. <styletype="text/css"></style> C. <csstype="text/style"></css> D. <csstype="text/stylesheet"></css>
A. <title> B. <caption> C. <head> D. <html>
A. ease B. ease-in C. ease-out D. linear