This article discusses how to use CSS to add borders to images rather than editing images directly. It demonstrates how to create single, double, and differently colored double borders using CSS padding and border properties on an <img> tag. Using CSS allows the borders to be changed quickly without reediting images. It also avoids issues with distorted borders when images are zoomed in.