How we can add border to a image?
Users have to apply the border-image property to specify the image to be used as the border around an element.
BY Best Interview Question ON 16 Feb 2019
Example
img {
border:1px solid #021a40;
}