HTML favicon wont show on google chrome

Posted by Nick on Pro Webmasters See other posts from Pro Webmasters or by Nick
Published on 2012-12-08T19:24:18Z Indexed on 2012/12/08 23:37 UTC
Read the original article Hit count: 391

Filed under:
|
|

I am making a HTML page that is unpublished and that I just started. The first thing I wanted to do was add a favicon to appear next to the tile. I'm using google chrome an I noticed that other websites have favicons that appear next to the tile in the browser, but mine wont show up. I'm new to favicons. the site in in a folder on my desktop named site. This is the code:

<!DOCTYPE html>
<html> 
    <head>
        <title></title>
        <link rel="shortcut icon" href="favicon.ico" />
    </head>
    <body>
    </body>
</html>

© Pro Webmasters or respective owner

Related posts about html

Related posts about links