HTML CSS Reference/HTML Tag Reference/spacer — различия между версиями

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

Текущая версия на 11:19, 26 мая 2010

"spacer" Example

   <source lang="html4strict">
   

<html> <head> <title>spacer element example</title> </head> <body>

Text <spacer type="vertical" size=200>Space <spacer type="vertical" size=200>Space <spacer type="vertical" size=200>Space

</body> </html>


     </source>
   
  


"spacer" HTML Attributes

   <source lang="html4strict">

+----------------+--------------------------------------------------------------+ | HTML |align height | | Attributes |size type | | |width | +----------------+--------------------------------------------------------------+

     </source>
   
  


"spacer" Syntax and Note

   <source lang="html4strict">

Note: This element controls the spacing of content. It creates blank space without forcing you to use spaces ( ),

tags, or transparent images. Syntax: <spacer attributes> . . . </spacer> </source>