space-ref.html (468B)
1 <!doctype html> 2 <meta charset=utf-8> 3 <title>img hspace/vspace - reference</title> 4 <style> 5 span { background: blue; } 6 </style> 7 <div style=width:400px;> 8 <p><span><img src=/images/green.png></span> 9 <p><span><img src=/images/green.png style="margin: 0 10px"></span> 10 <p><span><img src=/images/green.png style="margin: 10px 0"></span> 11 <p><span><img src=/images/green.png style="margin: 0 10%"></span> 12 <p><span><img src=/images/green.png style="margin: 10% 0"></span> 13 </div>