Cross Browser Favicon Declaration

  • Set favicon in cross browser

    Standard size of favicon: 16x16 is the better size for favicon to show in major browsers
    <link rel="icon" type="image/png" href="http://www.example.com/favicon.png">
    <!--[if IE]><link rel="shortcut icon" href="http://www.example.com/favicon.ico"/><![endif]-->