-
Notifications
You must be signed in to change notification settings - Fork 0
/
firsttitle.html
122 lines (114 loc) · 2.74 KB
/
firsttitle.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<!DOCTYPE HTML><!--123-->
<html>
<head>
<style type="text/css">
.cities{
background-color:black;
color:white;
margin:20px;
padding:20px;
}
span.red{
color:red;}
h1 {font-family:arial;color:red;font-size:40px;text-align:center}
h2 {text-align:center}
table
{
border-collapse:collapse;
}
</style>
</head>
<body background="C:\Users\Administrator\Desktop\壁纸\bd05241f95cad1c866b5a0297d3e6709c93d5179.jpg">
<!-- This is a comment -->
<h1>myfirsttitle</h1>
<hr />
<h2>mysecondtitle</h2>
<hr />
<code>
<pre><!--Ԥ����-->
my
first
pragh</pre>
</code>
<hr /><!-- �ָ��� -->
<a href="http://www.baidu.com" target="_blank"> <img src="C:\Users\Administrator\Desktop\壁纸\34739a504fc2d5620b2f8ce3e51190ef76c66c60.jpg" width="104" height="142" alt="fly"></a>
<p><cite>fly</cite> by winston.</p>
<bdo dir="rtl">
LGD
</bdo>
<br/><!-- ���� -->
<!--<blockquote>
���dz������á����dz������á����dz������á����dz������á����dz������á����dz������á����dz������á����dz������á����dz������á����dz������á����dz������á�
</blockquote>-->
<p><var>E=mc<sup>2</sup></var></p>
<table border="1">
<caption>表2</caption>
<tr>
<th>name</th>
<th colspan="2">number</th>
</tr>
<tr>
<td>wangzhen</td>
<td>1996</td>
<td>0716</td>
</tr>
</table>
<table border="1" cellpadding="10" background="C:\Users\Administrator\Desktop\壁纸\34739a504fc2d5620b2f8ce3e51190ef76c66c60.jpg">
<caption>表</caption>
<tr>
<th align="left"> name</th>
<td bgcolor="red" align="right">wangzhen</td>
</tr>
<th rowspan="2" align="left">number</th>
<td align="right">1996</td>
</tr>
<tr>
<td align="right">0716</td>
</tr>
</table>
<!--<ul type="disc">
<li>ƻ��</li>
<li>�㽶</li>
<li>����</li>
<li>����</li>
</ul>
<ol type="I">
<li>ƻ��</li>
<li>�㽶</li>
<li>����</li>
<li>����</li>
</ol>
<ul>
<li>����</li>
<li>��
<ul>
<li>���</li>
<li>�̲�
<ul>
<li>���</li>
<li>����</li>
</ul>
</li>
</ul>
</li>
<li>ţ��</li>
</ul>-->
<script type="text/javascript">
document.write("Hello World!")
</script>
<noscript>Your browser does not support JavaScript!</noscript>
<div class="cities">
<h2><span class="red">London</h2>
<p>
London is the capital city of England.
It is the most populous city in the United Kingdom,
with a metropolitan area of over 13 million inhabitants.
</p>
</div>
<address><!-- ��ַ -->
written by <a href="http://www.baidu.com" target="_blank">winston</a>.<br>
visit us at :<br>
CHINA
</address>
</body>
</html>