THE WORLD'S LARGEST WEB DEVELOPER SITE
HTMLCSSJAVASCRIPTSQLPHPBOOTSTRAPJQUERYANGULARXML
 

HTML <img> vspace Attribute

HTML img Tag Reference HTML <img> tag

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

HTML img Tag Reference HTML <img> tag