mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 12:15:51 +00:00
19 lines
367 B
HTML
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>
|