diff -r f7899ef26f6f -r 95bbda08b432 web.rst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web.rst Sun Mar 21 20:50:12 2010 +0200 @@ -0,0 +1,22 @@ +-*- mode: outline; coding: utf-8 -*- + +* Favicon. + +favicon.ico is Microsoft ico file. Some browser support png and git format. +Its size 16x16 or 32x32 pixel and 8-bit or 24-bit in color depth. + +Browser searched for '/favicon.ico' in the root directory of website. Or as +W3C HTML recommend use in '' tag: + + + + + +If more than one Web page shares the same shortcut icon, the shortcut icon is +downloaded only once. + + http://www.w3.org/2005/10/howto-favicon + How to Add a Favicon to your Site + http://msdn.microsoft.com/en-us/library/ms537656%28VS.85%29.aspx + How to Add a Shortcut Icon to a Web Page + http://en.wikipedia.org/wiki/Favicon