зеркало из https://github.com/mozilla/gecko-dev.git
17 строки
313 B
HTML
17 строки
313 B
HTML
<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>
|