求大神指点 我的一段代码,应该是有个方块出现在屏幕上的,但是不知道哪里错了怎么也出不来 代码见补充

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="Generator" content="EditPlus®">
<meta name="Author" content="">
<meta name="Keywords" content="">
<meta name="Description" content="">
<title>Document</title>
<style type="text/css">

body {background:url("images/2.jpg");}
#Main {width:500px;height:500px;color:#ff3300;}
</style>

</head>

<body>
<div id="Main">
</div>
</body>
</html>

#Main {width:500px;height:500px;color:#ff3300;}

#Main {width:500px;height:500px;background-color:#ff3300;}
温馨提示:内容为网友见解,仅供参考
无其他回答
相似回答