Write HTML code to set the border around an image using border attribute.
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">