m |
m |
||
Line 1: | Line 1: | ||
− | <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 is a small icon. It was named the favicon because it was first developed in Internet Explorer, which bookmarks sites as "favorites" and this icon was displayed in the favorites menu. | + | <seo title="How to create favicon" metakeywords="create favicon,favicon icon,create favicon" metadescription="How to create favicon" /> |
+ | |||
+ | <div align=justify>Favicon is an icon associated with a particular website. To get a better idea of what favicon is, look at your browser address bar. Next to the site name there is a small icon. It was named the favicon because it was first developed in Internet Explorer, which bookmarks sites as "favorites" and this icon was displayed in the favorites menu. | ||
+ | |||
+ | {{#icon: favicon.png}} is an example of Google favicon. | ||
+ | |||
In this tutorial we'll let you know how to create a favicon for your site. | In this tutorial we'll let you know how to create a favicon for your site. | ||
Line 19: | Line 24: | ||
'''''<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 the 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> |