+ 1
How to add a logo to your website?
I am making an HTML/JS website and I am wondering if you can add an image in the <title> tags, eg. when your on a different tab and it shows a small logo of the website on the tab?? also how do I choose what picture comes up when someone shares my website?
7 Respuestas
+ 5
<link rel="icon" href="icon.png" type="image/gif" sizes="16x16" >
+ 4
You are talking about favicon. Which is a small usually 16*16 image provided in a link tag inside head element.
+ 4
Use the post of BroFarOps for add favicon.
And set size more larger.
<link rel="shortcut-icon" href="img.ico" type="image/x-icon">
try this👆 also..
+ 2
<title> This tag is Strictly For Text</title>
+ 2
An image in <title> tags ???
Its favicon ,right.?
+ 1
ya, how do i do so?
+ 1
<link rel="icon" href="icon.png" type="image/gif" sizes="16x16" >