HTML/CSS/Layout Attributes/hspace

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

"hspace" sets the space in pixels between the left and right sides of an element

   <source lang="html4strict">
   

<HTML> <BODY>

       <img src="http://www.wbex.ru/style/logo.png" 
            width="300"
            height="225" 
            hspace="100">

</BODY> </HTML>


     </source>