HTML/CSS/Basic Attributes/units
"units" defines the units by which the height and width attributes are measured
<HTML>
<BODY>
<image id="myE"
src="http://www.wbex.ru/style/logo.png"
width="243"
height="194"
units="px">
</embed>
</BODY>
</HTML>