HTML Favicon
Add the small icon shown in browser tab.
David Miller
Dec 1, 2025
14.3k528
Favicon is the small icon in the browser tab.
Add favicon
<link rel="icon" href="favicon.ico" />
If using PNG:
<link rel="icon" type="image/png" href="favicon.png" />
Preview
Browser tab shows your icon.
Tip
Sometimes browser caches favicon. Hard refresh or clear cache if not updating.
#HTML#Beginner