Programming Tips - html: Make a browser load a image or element that my site will use

Date: 2014sep8 Language: html Q. html: 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> ...