KnowledgeBoat Logo
|

Computer Applications

How can you add space around the top and bottom of an image?

HTML Advanced Features

11 Likes

Answer

We can use the Vspace attribute to add space around the top and bottom of an image. The value of Vspace is defined in pixels.

For example,

<IMG SRC = "IMAGE.JPG" ALT = "GARDEN" VSPACE = "40">

Answered By

6 Likes


Related Questions