What is the coding for fav icon in a website ?
I need whole coding for fav icon of a website
What is the coding for fav icon in a website ?
I need whole coding for fav icon of a website
You should probably research stuff before asking such a question (this is a basic element of ALL websites and is VERY easy to find on the net and in pages by inspecting them via the console) - but answer is that its an .ico file extension and place it in the root of your document (in the same directory as your index.html or equivalent.
<link rel="shortcut icon" href="favicon.ico">
There are numerous examples of this on the net and tehere are sites that will take a 16 x 16 png and convert it into the ico file extension for you to download and use.