blob: 8f409e79fc7c982ecb1cf16d86936ce036393922 (
plain) (
blame)
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
|
<!doctype html>
<style>
* {
font-family: monospace, monospace
}
table {
border-spacing: 0.5ch 0
}
</style>
<table style="background-color: blue">
<caption>
caption
</caption>
<tbody>
<tr>
<td style="background-color: red">
one two three four five six seven eight
</td>
<td colspan=2 style="vertical-align: bottom" valign=top>
internationalization
</td>
<td>
c
</td>
<td>
d
</td>
<td valign=bottom>
lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua
いろはにほへとちりぬるをわかよたれそつ one two three
four five six seven eight nine ten elevenn twelve thirteen fourteen
sixteen seventeen eighteen nineteen
</td>
</tr>
</tbody>
</table>
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|