What is the best way to make favicon if the image name "Face.png"? Please write the code. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

What is the best way to make favicon if the image name "Face.png"? Please write the code.

18th Mar 2017, 12:48 PM
Kirollos Ayman
3 Answers
+ 3
<head profile="http://www.w3.org/2005/10/profile"> <link rel="icon" type="image/png" href="/Face.png"> </head>
18th Mar 2017, 2:18 PM
Tamás Barta
Tamás Barta - avatar
+ 2
thanks for your answer
18th Mar 2017, 3:05 PM
Kirollos Ayman
+ 1
Just add an .ico image file that is either 16x16 pixels or 32x32 pixels. Then, in the web pages, add <link rel="shortcut icon" href="favicon.ico" type="image/x-icon"> to the <head> element.
19th Mar 2017, 7:05 AM
Abed Nego Ragil Putra
Abed Nego Ragil Putra - avatar