gecko-dev/layout/html/tests/block/i-alternating-margins.html
kipp%netscape.com 2f392118fc new
1998-12-05 19:13:58 +00:00

19 lines
367 B
HTML

<HTML>
<HEAD>
<STYLE type="text/css">
B { background-color: rgb(180,180,180); }
P { margin: auto 0; background-color: khaki; }
</STYLE>
</HEAD>
<BODY>
This test demonstrates non-collapsing margins by alternating text with
paragraphs:
<B>
<P>This is a paragraph</P>
Some text
<P>This is a paragraph</P>
Some text
</B>
</BODY>
</HTML>