HTML and CSS Reference
In-Depth Information
<spacer>
Function
Defines a blank area in a document
Attributes
align , height , size , type , width
End tag
None in HTML
Contains
Nothing
Used in
text
H.1.1.1. Creating horizontal space
The most common use of the <spacer> tag is to indent a line of text. To
achieve this effect, set the value of the type attribute to horizontal , and
use the size attribute to define the width, in pixels (not text characters),
of the horizontal area. For example:
<spacer type=horizontal size=100>
inserts 100 pixels of space in line with the current line of text. Netscape
4 appends subsequent content at the end of the spacer if sufficient space
Search WWH ::




Custom Search