我觉得我疯了,这很简单,但它只是拒绝工作,我做了一百万次(尽管已经有一段时间了。)
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>Untitled Document</title>
</head>
<style type="text/css">
title {
background-color: #000000;
float: left;
margin: 5px;
padding: 15px;
overflow:auto;
}
</style>
<body>
<div class="title">
<p>
<img src="images/new/Salon.jpg" width="530" height="180" style="" border="0" />
</p>
</div>
</body>
</html>
背景颜色没有变化,实际上我到目前为止所有的编码都是
答案 0 :(得分:2)
你写了
title {
而不是
.title {