How can you add space around the top and bottom of an image?
13 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
8 Likes
Write names of two attributes each for the following tags:
(i) <Img>
<Img>
(ii) <Table>
<Table>
(iii) <A>
<A>
Which tags divide HTML tables in multiple sections?
How will you add border to an image?
Differentiate between the Rowspan and Colspan attributes of a table.