How to create favicon

m (Created page with "<div align=justify>Favicon is an icon associated with a particular website. To get better idea of what favicon is, look at your browser address bar. Next to the site name there i...")
 
m
Line 17: Line 17:
 
You can use the following code:
 
You can use the following code:
  
''<link rel="shortcut icon" href="/favicon.ico">''
+
'''''<link rel="shortcut icon" href="/favicon.ico">'''''
  
The "link rel" line of code can be before or after the <title> tags, but it must be in the <head> section. Use the HTML editor to add that code.
+
The ''"link rel"'' line of code can be before or after the '''<title>''' tags, but it must be in the '''<head>''' section. Use the HTML editor to add that code.
  
  
 
Now that you know how to create a favicon and add it to your site, you can make your webpages look better.</div>
 
Now that you know how to create a favicon and add it to your site, you can make your webpages look better.</div>

Revision as of 10:10, 18 November 2011

rss feed for my website