Quick html lesson....
Photos themselves are not included in the code that generates a page. The
location (address) of the image is included in the code. When the page code executes, your browser goes to the address the code on the page tells it to go to, to get the image. If it's there, it retrieves it and displays it, if its not... you get the busted image symbol of your browser's choice.

Make sense now?