What is Favicon?
A favicon (short for favorites icon), also known as a shortcut icon, website icon, URL icon, or bookmark icon is a 16×16 or 32×32 pixel square icon associated with a particular website or webpage. A web designer can create such an icon and install it into a website (or webpage) by several means, and most graphical web browsers will then make use of it. Browsers that provide favicon support typically display a page’s favicon in the browser’s address bar and next to the page’s name in a list of bookmarks. Browsers that support a tabbed document interface typically show a page’s favicon next to the page’s title on the tab. Some programs allow the user to select an icon of their own from the hard drive and associate it with a website.

I made mine using favicon.ico generator, its easy to use. After you made your favicon save it to your hosting and add the following line on your section of your site.
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
I don’t see the code to add for the favicon, but it’s still useful lol. I love the design of your website anyway.
Here it is! lol.. I made this post pretty quick and i forgot the html tag for the favicon. Thanks!
Haha, good info thanks!
[...] to create a Favicon for my website. But the long wait is over. Well, at least, for me. Thanks to Tiborsho’s post, I was like “Gee, I forgot I needed a Favicon”. So after a few weeks of setting things [...]