HTML/CSS/Basic Attributes/units

Материал из Web эксперт
Перейти к: навигация, поиск

"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>