From Apple.com:
7. How do I add a Favicon (the small icon in the address bar)?
Putting the following lines within your <head> tag will add a Favicon to your site:
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />