On a page with many images, what would be the effect of adding loading="lazy" to the tag?
In supporting browsers, images will load only when they are in or near the visible viewport
it will speed up loading of the image when used with a JavaScript library
In supporting browsers, images will not oad unless the user explicitly requests image loading
in supporting browsers, images will be higly compressed, therefore loading more quickly