Lazy Loading Techniques for images. Images on a webpage can be loaded in two ways – using the <img> tag, or using the CSS `background` property . Let’s first look at the more common of the two, the <img> tag, and then move on to CSS background images.