blob: 7441e563817cfaef5f372a96b08f1494140af80d (
plain)
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
|
<!DOCTYPE HTML>
<html>
<body style="font-family: monospace; word-spacing:10ch; -moz-tab-size: 2; width: 433px; height: 590px;">
<table border="1">
<tr><td>space .</td>
<tr><td>nonbreaking-space .</td>
<tr><td>ideographic-space .</td>
<tr><td>newline
.</td>
<tr><td>tab	.</td>
<tr><td>form-feed.</td>
</table>
<table border="1" style="white-space:pre">
<tr><td>space .</td>
<tr><td>nonbreaking-space .</td>
<tr><td>ideographic-space .</td>
<tr><td>newline
.</td>
<tr><td>tab	.</td>
<tr><td>form-feed.</td>
</table>
<table border="1" style="white-space:nowrap">
<tr><td>space .</td>
<tr><td>nonbreaking-space .</td>
<tr><td>ideographic-space .</td>
<tr><td>newline
.</td>
<tr><td>tab	.</td>
<tr><td>form-feed.</td>
</table>
<table border="1" style="white-space:pre-wrap">
<tr><td>space .</td>
<tr><td>nonbreaking-space .</td>
<tr><td>ideographic-space .</td>
<tr><td>newline
.</td>
<tr><td>tab	.</td>
<tr><td>form-feed.</td>
</table>
</body>
</html>
|