<html> | |
<body> | |
<p>vspace and hspace test (20 pixel white margin between blue border and yellow background)</p> | |
<div style='border: 4px solid blue;'> | |
<object style="width:233px; height:175px; background-color: yellow;" hspace=20 vspace=20 data='resources/webkit-background.png' type='image/png'></object> | |
</div> | |
<p>align test (aligned to the right) -->></p> | |
<object style="width:233px; height:175px;" align='right' data='resources/webkit-background.png' type='image/png'></object> | |
</body> | |
</html> |