Html Tab Icon

html tab icon
<link rel="icon" type="image/png" href="img/icon.png">
html favicon
<link rel="shortcut icon" type="image/png" href="http://example.com/favicon.png"/>
add favicon html
<link rel="icon" type="image/png" href="/favicon.png"/>
How to add a browser tab icon (favicon)?
<link rel="icon" href="http://example.com/favicon.png">
how to change tab icon in html
<link rel="shortcut icon" href="http://sstatic.net/stackoverflow/img/favicon.ico">

Leave a Comment