HTML CSS Reference/HTML Tag Reference/spacer

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

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