'hspace' sets the space in pixels between the left and right sides of an element
<HTML> <BODY> <table> <tr> <td> <img src="http://www.java2s.com/style/logo.png" width="300" height="225" hspace="100"> </td> </tr> </table> </BODY> </HTML>