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