Ina Code Blog

bunch of code in one place
« Google sitemaps generator plugin for WordPress
myWork »


Nov
14

Insert favicon to your web page

Posted by admin in tips

What is a favicon? A favicon is a small 16×16px image that appears next to the URL of your web page in browser location bar and bookmarks.

  1. Create favicon.ico (create .gif or .jpg image and rename it to .ico) .
  2. Insert the following HTML code inside the <head> tag of your web page:

    <link rel=”shortcut icon” href=”favicon.ico”>

That’s it!

[Slashdot] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google] [StumbleUpon]

Leave a Reply

Comment