How can you add space around the top and bottom of an image?
5 Likes
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
2 Likes
How is spacing in cells controlled?
How will you add an image of a table at the top of your web page?
Differentiate between the Rowspan and Colspan attributes of a table.
How will you add border to an image?