mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-11 02:10:17 +01:00
13 lines
260 B
HTML
13 lines
260 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<title>Bug 7093 test</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
|
||
|
<div style="margin-bottom: 10px">paragraph</div> <!-- p also works -->
|
||
|
<table style="float: left"><tr><td>first table</td></tr></table>
|
||
|
<table><tr><td>second table</td></tr></table>
|
||
|
|
||
|
</body>
|
||
|
</html>
|