A little detailed analysis on this puts me in a confusion , how browsers would interpret such requests.
1. Assuming that images load bit slow than the output of other html tags here.
Say at stage 1, one image is being rendered to browser from server, and browser is slowly loading the image(i.e printing the huge coded content) with image tag. Mean while , the while loop generates the one more image with image tag, Html output being fast, will it get printed in the loading code of the image.
My Question
1. Will the browsers leave some space for image to get loaded and print the next img tags after the image or will it let the image tags get printed in between the other image that is being rendered.
Images not loading...
Moderator: General Moderators