HTML/CSS/Layout Attributes/vspace
"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.wbex.ru/style/logo.png"
alt=""
width="99"
height="75">
</BODY>
</HTML>