Code 01:
<head>
<title> My Web Page </title>
<link rel = "icon" href = "favicon.ico" />
<link rel = "shortcut icon" href = "favicon.ico" />
</head>
Code 02:
<head>
<title> My Web Page </title>
<link rel = "icon" href = "favicon.ico" type = "image/x-icon" />
<link rel = "shortcut icon" href = "favicon.ico" type = "image/x-icon" />
</head>
I've tried all these in .ico and .png but neither seem to work, at least on Chrome and IE10.
I have a 256 x 256 icon. I've also reduced the size to 16 x 16.
Plus I've tried using the full path to the file.