-
Notifications
You must be signed in to change notification settings - Fork 0
/
test.html
30 lines (30 loc) · 910 Bytes
/
test.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
<!DOCTYPE html>
<html>
<head>
<title>Test html</title>
<meta charset="UTF-8">
<style type="text/css">
blockquote {margin: .8rem 0; border: 0 solid #aeaeae; border-left-width: 4px; font-size: .9rem; padding: 0 0 0 1rem; }
#footer footer {width: 100%;}
</style>
</head>
<body>
<header>
<div><p>Lake桑的存档馆</p></div>
<nav>
</nav>
</header>
<!-- A comment -->
<h1 style="text-align:center;">The title</h1>
<h2 style="text-align:left;">The title</h2>
<h3 style="text-align:right;">The title</h3>
<h4 style="text-align:top;">The title</h4>
<h5 style="text-align:bottom;">The title</h5>
<h6>The title</h6>
<p>The first paragraph.</p>
<p><blockquote>The first blockquote.</blockquote></p>
<footer id="footer">
<p>Lake桑</p>
</footer>
</body>
</html>