
水調(diào)歌頭.jpg
<!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">
h1{
font-size: 18px;
color: red;
}
.part1{
font-size: 12px;
color: red;
}
.part2{
font-size: 12px;
color:black;
}
</style>
</head>
<body>
<h1>水調(diào)歌頭</h1>
<HR ALIGN="對齊方式" WIDTH="寬度" SIZE="高度" COLOR="顏色" NOSHADE>
<p class="part1">明月幾時有?把酒問青天。<br/>不知天上宮闕,今夕是何年。<br/>我欲乘風歸去,又恐瓊樓玉宇,<br/>高處不勝寒。<br/>起舞弄清影,何似在人間?</p>
<p class="part2">轉(zhuǎn)朱閣,低綺戶,照無眠。<br/>不應(yīng)有恨,何事長向別時圓?<br/>人有悲歡離合,月有陰晴圓缺,<br/>此事古難全。<br/>但愿人長久,千里共嬋娟。</p>
</body>
</html>