Example
An image with a 50 pixels margin on top and bottom:
<p><img src="smiley.gif" alt="Smiley face" vspace="50"> This is some text. This is some text. This is
some text.</p>
Try it Yourself »
Definition and Usage
The vspace attribute specifies the whitespace on top and bottom of an image.
Browser Support
Attribute | |||||
---|---|---|---|---|---|
vspace | Yes | Yes | Yes | Yes | Yes |
Compatibility Notes
The vspace attribute of <img> is not supported in HTML5. Use CSS instead.
CSS syntax: <img style="margin: 50px 0px">
CSS Example: image with margins
In our CSS tutorial you can find more details about the margin property.
Syntax
<img vspace="pixels">
Attribute Values
Value | Description |
---|---|
pixels | The whitespace on top and bottom of an image, in pixels |