mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-09 09:20:15 +01:00
15 lines
369 B
HTML
15 lines
369 B
HTML
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN//">
|
||
|
<HTML><HEAD>
|
||
|
<TITLE>Empty P quirk not removed</TITLE>
|
||
|
</HEAD>
|
||
|
<BODY>
|
||
|
|
||
|
<div style="background: red">Text.</div>
|
||
|
<div style="float: right; width: 300px; background: aqua">
|
||
|
<p style="margin: 1em 0; background: green;">Text</p>
|
||
|
<div style="background: blue"><input type=button value=button></div>
|
||
|
</div>
|
||
|
|
||
|
</BODY>
|
||
|
</HTML>
|