Subscribe For Free Updates!

We'll not spam mate! We promise.

Feb 10, 2013

Add Favicon Image to HTML


Add Favicon Image to HTML site


Favicon is an image (icons/png) associated with a Web page/Web site. This favicon image is shown in the address bar or in tabs.. This is for website identity.

The following code should be in style tag.

<link rel="icon" type="image/png" href="http://techniqzone.blogspot.in/favicon.png">

if the favicon image is .ico format, then follow the below code.
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
Once you have created a favicon.ico file, you simply upload it to the root directory and add these two lines of coding to your webpage, making sure they go into the <head> section of your coding.

TechniqZone Socializer Widget
SOCIALIZE IT →
FOLLOW US →
SHARE IT →

1 comments: