+ 2
Can you add a picture to a title ( html )
5 ответов
+ 10
firstly Choose the image you want to set in your title bar.
-Convert it to ".ico" format
-Save the file as "favicon.ico"
-Add this file inside your head tag for example
<link rel="icon" href="favicon.ico"/>
+ 7
yes search for add favicon to title bar, in google
+ 6
can alsoo add just by adding simple code
<link href="picname.extension" rel="shortcut icon">
+ 4
yes
this is called favicon 👇
<link rel="icon" type="image/ico" href="http://www.mysite.com/favicon.ico"/>
0
you have to add An img tag to tittle tag