Search code examples
htmlfavicon

How to add favicon on newly created web page through notepad?


I have made a webpage through notepad. And want to have a "faveicon" but can't add it. Here's my html's head part:

<link rel="shortcut icon" href="/favicon.ico"/>

after title part i typed this in head.


Solution

  • By putting the image in the same folder where my web page was located and writing this code it worked :)

        <link rel="shortcut icon" href="h.ico">