Can you add a picture to a title ( html ) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Can you add a picture to a title ( html )

28th Feb 2017, 5:22 PM
Collin Gebauer
Collin Gebauer - avatar
5 Answers
+ 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"/>
28th Feb 2017, 5:48 PM
sonali
sonali - avatar
+ 7
yes search for add favicon to title bar, in google
28th Feb 2017, 5:47 PM
Sachin Artani
Sachin Artani - avatar
+ 6
can alsoo add just by adding simple code <link href="picname.extension" rel="shortcut icon">
28th Feb 2017, 6:00 PM
$#!^!
$#!^! - avatar
+ 4
yes this is called favicon 👇 <link rel="icon" type="image/ico" href="http://www.mysite.com/favicon.ico"/>
28th Feb 2017, 6:06 PM
Zubair Hanif
Zubair Hanif - avatar
0
you have to add An img tag to tittle tag
28th Feb 2017, 7:30 PM
Enek
Enek - avatar