What is the best practice for creating a favicon on a web site?
Question What is the best practice for creating a favicon on a web site? and is an .ico file with both 16x16 and 32x32 images better than a .png file with 16x16 only? Could the right method preferred today not be working in reasonably old browsers? Method 1 Placing a file named favicon.ico in the main directory is one way. The browser always requests that file. You can see that in the apache log files. Method 2 HTML tag in the <head> section: <link rel="shortcut icon" href="/images/favicon.png (or ico?)" type="image/x-icon" /> There are several ways to create a favicon. The best way for you