What is Favicons
Favicons are icons that visually represent a website and/or brand. They're the small images (usually 16x16 pixels) you see next to page titles in Google's mobile search results as well as browser tabs, bookmarks and history. Ideally, a website's favicon should be the same as the logo for the business.
Copy and paste following code in all html files at <head> Section.
<link rel="icon" href="img/fav.png" type="image/x-icon" />
Apply Favicons for a website : Double Swad Kitchens
1. Go to C-panel/hosting
2. file manager > public html> select page (all) > edit > edit>
3. Copy and paste following code in all html files at <head> Section.
<link rel="icon" href="path of image" type="image/x-icon" />
4. Download logo.png/.jpg
5. Set propery and size (16 px * 16 px) then Save.
6. Upload image at cpanel (image)
7. Write the pah of image like href="img/fav.png".
same process need to do with all pages.
Example...
double-swad-kitchen-fev.png
<link rel="icon" href="img/double-swad-kitchen-fev.png" type="image/x-icon" />
0 Comments