Computer Applications
Write HTML code to set the border around an image using border attribute.
HTML Intro
4 Likes
Answer
The HTML code to set the border around an image using border attribute is as follows:
<IMG src = "kite.jpg" height = "300" width = "300" border = "5">
Answered By
3 Likes