Something about favicon on website
Something about favicon on website Favicon is a icon on browser tab.
But now we must do more thing on mobile device handle favicon.
2 way add browser favicon Put icon in url path <example.com>/favicon.png
Add meta tag <link rel="icon" type="image/png" href="favicon.png" />
Notice: I like use png as my favicon, because i can reuse this file.
Icon format case
<!-- IE --> <link rel="shortcut icon" type="image/x-icon" href="favicon.ico" /> <!-- other browsers --> <link rel="icon" type="image/x-icon" href="favicon.
[Read More]