How can i put an image as favicon in my page?
Bad news, there is not a standard method to include an image in a page as favicon. Becouse of this, a lot of web developers write more than one way to get the favicon on them pages. We can resume them in: • Meta tag in the head of the page. This one is the method recommended by the w3c, but the less spred on the web though. • Meta tag in the head of the page. This is the most used method of all, and it is recognized by most browsers. • Put the favicon as a file named favicon.ico at the document root folder of the page. This was the way that IE used to get the favicon for the bookmarks. All current browsers keep using this way of get the favicon for compatibility sake, but it’s less flexible, if you rename or move the file the favicon is not shown any longer. If you are wondering “what should I write in the type attributes?