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