Do you ask where the images are on your HD? I think that depends on with what you downloaded the page and how. If you used your browser's Save As function there are usually a couple of choices. Note that in some cases the HTML is rewritten when you do this. It can be better to View Source and take it from there.
QUOTE
Are they on the server and retrieved directly when the page is requested by the browser? Thank you.Carlo
Yes, you got that right. The images are separate files on the server, or rather on
a server. Doesn't need to be the same one, but it usually is. Everything that's linked in in a HTML file, may it be images, external JavaScript and CSS files, sounds or movies are requested from the server when the page loads. The browser originally requests just the HTML file.