HTML/CSS/Basic Attributes/units

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

"units" defines the units by which the height and width attributes are measured

   <source lang="html4strict">
   

<HTML> <BODY> <image id="myE"

      src="http://www.wbex.ru/style/logo.png" 
      width="243" 
      height="194" 
      units="px">

</embed> </BODY> </HTML>


     </source>