<!DOCTYPE html>
<html lang="zh-hans">
<head>
<title>这是第二个网页,还是记不住描述代码</title>
<style type="text/css">
.list{width:100px;height:40px;color:red;font-size:2em;background:#ccc;}
p{color:green;text-align:center;font-weidth:blod;}
.yingyin{border:1px solid #ccc;border-radius:50%;}
</style>
</head>
<body>
<div class="list">div</div>
<p>php中文网</p>
<div class="yingyin"></div>
</body>
</html>