文本框无法显示出颜色
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css">
body{margin:0;padding:0}
.top{height:100px;backgroud:blue}
.mas{width:800px;height:300px;backgroud:red;margin:0 auto}
.bottom{width:800px;height:100px;backgroud:pink;margin:0 auto}
</style>
<title>布局</title>
</head>
<body>
<div class="top"></div>
<div class="mas"></div>
<div class="bottom"></div>
abc
</body>
</html>
不知道为何颜色显示不出来,但从abc文字的位置来看,文本框的确存在
用的dreamweaver CS6中文补丁版