A. image标签 B. img标签 C. meta标签 D. p标签
A. <!doctype html> B. <html></html> C. <body></body> D. <head></head>
A. display:inline B. display:none C. display:block D. display:inline-block
A. static B. absolute C. fixed D. relative
主页个人中心
A. a:hover {font-size:20pt;} B. div.header a:hover {font-size:20pt;} C. D. header a {font-size:20pt;} E. D. F. header a:hover {font-size:20pt;}
A. <link src="style1.css" type="text/css" rel="stylesheet" /> B. <link href="style1.css" type="css" /> C. <link src="style1.css" type="text/css" /> D. <link href="style1.css" type="text/css" rel="stylesheet" />
A. <a href=” img4”>查看图片4</a> B. <a href=” @img4”>查看图片4</a> C. <a href=” D. img4”>查看图片4</a> E. <a id=” img4”>查看图片4</a>
A. 上、右、下、左 B. 上、下、左、右 C. 上、左、下、右 D. 左、右、上、下