How to add border to the image

Learn how to add border to the image.

Border around the image

Nature Snow

How to add border to the image

Use border Property to add border to the <img> element:

img {
  border: 5px solid #555;
}

Try It Yourself

Related Pages

Tutorial:CSS Image