HTML - Tags - <spacer>

#121 of 147
spacer

 <html>
 <body>
     <span>Text before spacer</span>
     <spacer type="horizontal" size="10"></spacer>
     <span>Text after spacer</span>
 </body>
 </html>
 

The spacer element is used to insert whitespace.

Obsolete

A live example:


Text before spacer            Text after spacer

This example is simulated.

N of

Ads by Google


Ask a question, send a comment, or report a problem - click here to contact me.

© Richard McGrath