How to Add a web title image (Favicon) to your Site

Today i am going to explain how to add png favicon to your web page before start cording create a favicon image.  your image size must be 16x16 pixels or 32x32 pixels. you can improve your web site professional look by adding favicon to your web site

Add this code within the head tags

<link rel="icon" type="image/png" href="images/favi.png"> 

Example

HTML Code
 <html>  
 <head>  
 <title>Title of the document</title>  
 <link rel="icon" type="image/png" href="images/favi.png">  
 </head>  
 <body>  
 The content of the document......  
 </body>  
 </html>  

Browser view


How to Add a web title image (Favicon) to your Site How to Add a web title image (Favicon) to your Site Reviewed by Unknown on 12:47 AM Rating: 5

No comments:

Powered by Blogger.