vspace (HTML attribute)
| Depr. | Version |
|---|---|
| Yes | HTML 2 |
Syntax
Description
Thevspace
attribute is similar to the hspace and provides a bit
of ‘breathing space’ above and below an applet,
although it is not exactly a precision design tool.Example
The vspace
attribute set to "30" pixels around a left-aligned
applet:
<applet code="ticker.class" align="left" vspace="30"> </applet>
Value
A number representing the height of
spacing above and below the applet in
pixels.
Compatibility
Although support for this attribute is good, it’s now deprecated, and is highly presentational in its nature. The desired visual effects can all be achieved with CSS and, as such, this attribute shouldn’t be used—it’s presented here for informational purposes only.
User-contributed notes
There are no comments yet.
Add a note
To post a note on this topic, please log in with your SitePoint username and password. If you don't have an account yet, you can create a new account for free.