mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
17 lines
366 B
HTML
17 lines
366 B
HTML
<html><head><base href="http://www.browsertune.com/bt98/"></head>
|
|
<body>
|
|
|
|
<div style="float: left; border: medium solid purple; width: 10em;">
|
|
Floating Div, floating left.
|
|
</div>
|
|
|
|
<font face="arial, geneva, helvetica">
|
|
|
|
<p style="border: medium solid green; margin-top: 0;">Paragraph</p>
|
|
|
|
<font face="arial, geneva, helvetica, sans, swiss"></font>
|
|
|
|
|
|
</body>
|
|
</html>
|