A favicon (short for favorites icon), also known as a website icon, shortcut icon, url icon, or bookmark icon is an icon associated with a particular website or webpage. Browsers that provide favicon support typically display a page’s favicon in the browser’s URL bar and next to the page’s name in a list of bookmarks.
Example:
![]()
Step 1: Create or generate favicon using anyone of the link below.
tools.dynamicdrive.com/favicon
Or If you want to create using MS Paint then open the image file, make it small and save it as “favicon.ico” (include quotes while saving) and Save as type: 24-bit Bitmap (*.bmp;*.dib)
Step 2: Insert the below code in the HEAD section of pages or at main index page of the site.
<link rel=”shortcut icon” href=”favicon.ico”>
Step 3: Be sure to save the icon file as “favicon.ico” and the path to this file is correct.
Popularity: 40% [?]



























