-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpostbox.html
36 lines (36 loc) · 1.23 KB
/
postbox.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
<html theme="default-light" iconset="color"><head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head><body style="color: rgb(0, 0, 0);" text="#000000">
<ul>
<li>
A random test to <span style="color: rgb(195, 38, 13);">see</span> what <span
style="font-weight: bold;">happens</span>.</li>
<li>
A <a href="http://livingspec.com/">random</a> test to <span
style="color: rgb(195, 38, 13);">see</span> what <span
style="font-style: italic;"><span style="font-weight: bold;">happens</span></span>.</li>
</ul>
<ol>
<li>some content</li>
<li>some <span style="text-decoration: line-through;">strikethrough</span>
content</li>
<li>some <span style="text-decoration: underline;">underlined</span>
content</li>
</ol>
<table style=" width: 100%;" cellspacing="2" cellpadding="2" border="1">
<tbody>
<tr>
<td style="vertical-align: top; font-size: 39px;">table col 1 row 1<br>
</td>
<td style="vertical-align: top; font-size: 39px;">table col 2 row 1<br>
</td>
</tr>
<tr>
<td style="vertical-align: top; font-size: 39px;">table col 2 row 2<br>
</td>
<td style="vertical-align: top; font-size: 39px;">table col 2 row 2<br>
</td>
</tr>
</tbody>
</table>
</body></html>