blob: 4b7a307a8504ea1986fbf6da7a39de17e8eb3c60 (
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
|
<html>
<head>
<style>
div {
column-span: all
}
li {
column-count: 53
}
</style>
</head>
<body>
<li>
<table>
<caption>
<div></div>
</caption>
</table>
</li>
</body>
</html>
|