Sunday, February 7, 2010

True or false If you move an image from the specified location, it will still appear on the web page. ?

Depends WHEN you move it!


User loads the page: the image shows AND is saved in the cache of the browser.


Now, you delete it (move it) from your server.


The image still show on the user's screen.


The user makes a ';refresh'; (calls the page again). Depending on the browser, the image can be shown FROM the cache (hence, is visible), or awaited from the server (and will never come, hence, not visible).


But in general, you could answer ';FALSE';.True or false If you move an image from the specified location, it will still appear on the web page. ?
depends on the browser and the cache it holds. if the browser has been set to hold images in cache (big cache, basically), it MAY show the image.True or false If you move an image from the specified location, it will still appear on the web page. ?
False:





If the image path does not connect to that specific image it will not show up at all in FF and will give a red X box in IE.

No comments:

Post a Comment