Computer Applications
How will you add border to an image?
HTML Advanced Features
3 Likes
Answer
We can add border around the image by using the Border attribute. It accepts value in terms of pixels.
For example,
<IMG SRC = "IMAGE.jpg" Border= "5">
Answered By
1 Like