0
How to put a logo in tag title?
2 Respostas
+ 1
Thanks
0
this image in a title is called a favicon and you need to convert your logo to the .ico extension.
after that use this code and put the correct logo path
<head>
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
...
</head>