Mozilla/mozilla/layout/html/tests/block/i-alternating-margins.html
kipp%netscape.com 05c833dab3 new
git-svn-id: svn://10.0.0.236/trunk@15853 18797224-902f-48f8-a5cc-f745e15eee43
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>