'vspace' sets the size in pixels of the vertical margins
<HTML> <head> <Title>Example For vspace</Title> </head> <BODY> <img vspace="50" src="http://www.java2s.com/style/logo.png" alt="" width="99" height="75"> </BODY> </HTML>