Controlling image load order in HTML
Use Javascript, and populate the image src properties later. The # tells the browser to link to a URL on the page, so no request will be sent to the server. (If the src property was empty, a request is still made to the server – not great.) Assemble an array of image addresses, and … Read more