HTML CSS Reference/HTML Tag Reference/spacer

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

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