favicons not showing in chrome htm; code example
Example 1: favicon.ico not showing in chrome
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
Example 2: favicon does not show
ctrl + shift + R in Chrome Browser will fix that problem.