blob: 46331df2828e4e03f9e5b2863234aa16f550f05b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<style>
body { font-family: monospace; }
.k { column-count: 2; height:2em; line-height:1em;}
.fl { float: left; }
</style>
</head>
<body>
<caption class="k"><br /><br />A<div class="fl"><table>B C D E F</table><table></table></div></caption>
</body>
</html>
|