A. Colorful Style Sheets B. Creative Style Sheets Computer Style Sheets D. Cascading Style Sheets
A. exit B. break C. continue D. return
A. border-right:1px solid red; B. border-right:1px dashed red; C. border:1px solid red; D. border:1px dashed red;
A. 55 B. 10 C. 5 D. 程序报错
A. {body:color=black} B. body:color=black C. {body;color:black} D. body{color:black}
A. <input type="password" /> B. <input type="text" /> C. <input type="texarea" /> D. <textarea></textarea>
A. 在实际开发中,一般使用外部样式表的多 B. 现在已经是CSS3时代了,CSS2没必要再去学 C. 内部样式表和行内样式表在实际开发中一点用处都没有 D. 一般使用script标签来引用外部样式表
A. <html></html> B. C. <body></body> D. <head></head>
A. type="image" B. type="reset" C. type="submit" D. type="button"
A. 99 B. 88 C. Null D. NaN