c5505-mrgn-000.xht (2220B)
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> 2 <html xmlns="http://www.w3.org/1999/xhtml"> 3 <head> 4 <title>CSS Test: margin</title> 5 <meta name="flags" content="ahem image" /> 6 <link rel="help" href="http://www.w3.org/TR/REC-CSS1#margin"/> 7 <link rel="author" title="CSS1 Test Suite Contributors" href="http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html"/> 8 <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/> 9 <link rel="match" href="c5505-mrgn-000-ref.xht" /> 10 11 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> 12 <style type="text/css"><![CDATA[ 13 body { color: navy; } 14 div { font: 10px/1 Ahem; width: 200px; color: orange; } 15 img { vertical-align: bottom; } 16 .zero {margin: 0; background-color: maroon;} 17 .one {margin: 0.25in; background-color: maroon;} 18 .two {margin: 24px; background-color: maroon;} 19 .three {margin: 2.4em; background-color: maroon;} 20 .four {margin: 12%; background-color: maroon;} 21 ]]></style> 22 <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#margin-properties" title="8.3 Margin properties: 'margin-top', 'margin-right', 'margin-bottom', 'margin-left', and 'margin'"/> 23 </head> 24 <body> 25 <p>The six "matches" below should be <strong>identical and equally spaced</strong>.</p> 26 <div> 27 <p class="zero"> 28 <img src="support/swatch-white.png" alt="Image download support must be enabled" height="10" width="24" 29 />x<img src="support/1x1-maroon.png" alt="Image download support must be enabled" height="10" width="142" 30 /><img src="support/swatch-white.png" alt="Image download support must be enabled" height="10" width="24"/> 31 </p> 32 <p class="one"> 33 x 34 </p> 35 <p class="two"> 36 x 37 </p> 38 <p class="three"> 39 x 40 </p> 41 <p class="four"> 42 x 43 </p> 44 <p class="zero"> 45 <img src="support/swatch-white.png" alt="Image download support must be enabled" height="10" width="24" 46 />x<img src="support/1x1-maroon.png" alt="Image download support must be enabled" height="10" width="142" 47 /><img src="support/swatch-white.png" alt="Image download support must be enabled" height="10" width="24"/> 48 </p> 49 </div> 50 </body> 51 </html>