课后作业1

代码:
<!doctype html>
<html>
<head>
<meta charset=“utf-8”>
<title>无标题文档</title>
<style>
#title{
width:277px;
height:206px;
}
#title-1{
width:277px;
height:206px;
background:url(img/wether.gif) no-repeat;
}
#title-2{
width:277px;
height:39px;
background:#0664d6 url(img/sun.gif) no-repeat 228px 8px;
border-bottom:1px solid #0e2599;
}
#title-3{
width:277px;
height:39px;
background:#0664d6 url(img/winter.gif) no-repeat 228px 8px;
border-top:#08aaf5 solid 1px;
border-bottom:1px solid #0e2599;
}
#title-4{
width:277px;
height:39px;
background:#0664d6 url(img/winter.gif) no-repeat 228px 8px;
border-top:#08aaf5 solid 1px;
}
</style>
</head>
<body>
<div id=“title”>
<div id=“title-1”></div>
<div id=