mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-10 18:00:15 +01: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>
|