<HTML>
<HEAD>
<TITLE>百度</TITLE>
<style ytpe="texe/css">
.center-text {
text-align: center;
}
#stong{
font-weight:bolder;
}
h3{
color:#ccc;
}
p{
font-size:12px;
}
.blue{
color:#0000ff;
</style>
</HEAD>
<BODY>
<h3 class="center-text">
我bu相信爱情
</h3>
<p>
用一分钟思考事情
</p>
<p id="stong">
用一分钟
</p>
<p class="blue">
fsdf
</p>
</BODY>
</HTML>