-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path1.html
34 lines (33 loc) · 864 Bytes
/
1.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!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=gb2312" />
<title>无标题文档</title>
<style type="text/css">
<!--
.STYLE1 {font-size: 18px}
.STYLE2 {font-size: 16px}
-->
</style>
</head>
<body>
<div align="center" class="STYLE1">唐诗欣赏 </div>
<hr size="2" noshade="noshade" color="skyblue" />
<div align="center">
<pre class="STYLE2">
静夜思
李白
床前明月光
疑是地上霜
举头望明月
低头思故乡
</pre>
</div>
<pre> </pre>
<hr size="2" color="skyblue">
<span>【解析】这是写远客思想之情的诗,雕琢出明月醉人的秋月的意境。</span>
<hr align="left" width="500" color="skyblue">
版权©:版权所有,违者必究 <br >
Email:abcdef@123.com
</body>
</html>