How to Add favicon to your website with HTMLKrishna Agarwal·Jan 24, 2023·1 min readAdd a <link> element to your "index.html" file, after the <title> element. <link rel="icon"href="image path" type="photo"> rel="icon" ( if you do not write an icon then favicon will not show ) href=" " (Image path) type=" photo " ( what is your link type ) HTML5HTMLfaviconsCSSCSS3 Share this