HTML/CSS/Basic Attributes/units

Материал из Web эксперт
Версия от 08:16, 26 мая 2010; Admin (обсуждение | вклад) (1 версия)
(разн.) ← Предыдущая | Текущая версия (разн.) | Следующая → (разн.)
Перейти к: навигация, поиск

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