How to set icon which will appear in browsers tab menu in HTML ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How to set icon which will appear in browsers tab menu in HTML ?

20th May 2020, 2:07 PM
SOORYARAJ KAMARAJ DEVENDRA
1 Answer
+ 3
Write that line of code in <head> section: <link rel="icon" href="example.jpg"/> Ofc in "example.jpg" write the path to your image
20th May 2020, 2:26 PM
Maciek
Maciek - avatar