Programming Tips - How can I make a browser load a image or element that my site will use?

Date: 2014sep8 Language: html Q. How can I make a browser load a image or element that my site will use? A. Use prefetch like this:
<!doctype html> <html> <head> <link rel="prefetch href="mygraphic.png"> </head> <body> ...