<!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" />
<!--来源:http://www.maxhb.net-->
<title>无标题文档</title>
</head>
<style type="text/css">
.top { font-weight:bold}
.content {background-color:#F00;}
.bottom { font-size:20px;}
.yanse {color:#0F0}
.ts{color:blue}
</style>
<body>
<div class="top">
这里单独设置字体加粗!
</div>
<div class="content">
这里单独设置字体的颜色!
</div>
<div class="bottom">
设置的是字体的大小!
</div>
<div class="bottom content ts">
设置字体的大小和背景颜色!
</div>
</body>
</html>