csstest.html
<!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" />
<title>无标题文档</title>
<style type="text/css">
<!--
.red {
color: #F00;
}
#banner {
background-color: #09F;
height: 60px;
width: 400px;
}
a {
color: #0CF;
text-decoration: none;
}
h1, p, .red, #banner {
font-size: 36px;
}
a:link {
color: #CF0;
}
a:visited {
color: #C0F;
text-decoration: underline;
}
a:hover {
color: #3F0;
text-decoration: line-through;
}
a:active {
color: #66F;
text-decoration: none;
}
-->
</style>
</head>
<body>
<p >
<img src="logo.JPG" width="290" height="60" alt="欢迎光临拍拍网" align="bottom" />
<a href="#">免费注册</a> |
<a href="#">关于拍拍</a> |
<a href="#">拍拍助理</a> |
联系我们
</p>
<h1>导购资讯</h1>
<p class="red">参加电动达人的宝贝仓库</p>
<p id="banner">
炎炎夏日,冰凉家具两折起<br/>
周末折扣,品牌三折热卖<br />
</p>
</body>
</html>
----------------
logo.JPG