0
Q:

how to add favicon in html

<link rel="icon" href="yourIcon.png" type="image/png">
15
<link rel="shortcut icon" type="image/png" href="http://example.com/favicon.png"/>
12
<link rel="shortcut icon" type="image/png" href="Link to the image"/>
9
<link rel="icon" type="image/png" href="/favicon.png"/>
4
<img src="Add Image Source Here">
4
<link rel="shortcut icon" type="image" href="./favicons/examplefavicon.ico" />
5
<head>
  <title>Webpage</title>
  <link rel="icon" type="image/gif/png" href="favicon.png">
</head>
3
<link rel="icon" href="image.jpg" type="image/jpg">
1
<link rel='icon' href='favicon.ico' type='image/x-icon'/ >
0

New to Communities?

Join the community