<spacer> - HTML: HyperText Markup Language 编辑
Non-standard
This feature is non-standard and is not on a standards track. Do not use it on production sites facing the Web: it will not work for every user. There may also be large incompatibilities between implementations and the behavior may change in the future.
Obsolete
This feature is obsolete. Although it may still work in some browsers, its use is discouraged since it could be removed at any time. Try to avoid using it.
<spacer>
is an obsolete HTML element which allowed insertion of empty spaces on pages. It was devised by Netscape to accomplish the same effect as a single-pixel layout image, which was something web designers used to use to add white spaces to web pages without actually using an image. However, <spacer>
no longer supported by any major browser and the same effects can now be achieved using simple CSS.
Firefox, which is the descendant of Netscape's browsers, removed support for <spacer>
in version 4.
Attributes
Like all other HTML elements, this element supports the global attributes.
type
- This attribute determines type of spacer. Possible values are
horizontal
,vertical
andblock
. size
- This attribute can be used for defining size of spacer in pixels when type is
horizontal
orvertical
. width
- This attribute can be used for defining width of spacer in pixels when type is
block
. height
- This attribute can be used for defining height of spacer in pixels when type is
block
. align
- This attribute determines alignment of spacer. Possible values are
left
,right
andcenter
.
Example
<span>Just a text node</span>
<spacer type="horizontal" size="10"></spacer>
<span>Just another text node</span>
<spacer type="block" width="10" height="10"></spacer>
Specifications
Not part of any specification.
Browser compatibility
BCD tables only load in the browser
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论