htmlcss

This deprecated, browser-specific element is not recommended. Authors should generally find an alternative way to accomplish the same task while adhering to all best practices, or simply do without it if it is unimportant.


The void HTML <spacer /> element inserts a space in the document. The space can be between characters or between lines, or it can be a spacing rectangle, similar to an invisible image. The author can control horizontal-only spacing, vertical-only spacing, or block spacing (vertical and horizontal) as well. This element is only supported by Netscape, but since CSS can do the same task at a better level, later on even Netscape stopped supporting it. Its use is strongly discouraged.

Attributes


Example:

<spacer type="block" align="left" width="100" height="100" />
This is text that began with a <spacer /> element.