Answers for "how to apply favicon in website"

15

how to add favicon in html

<link rel="shortcut icon" type="image/png" href="Link to the image"/>
Posted by: Guest on February-23-2020
5

add favicon to html

<link rel="icon" type="image/png" href="/favicon.png"/>
Posted by: Guest on June-16-2020
2

how to add a favicon to html

<link rel='icon' href='favicon.ico' type='image/x-icon'/ >
Posted by: Guest on October-06-2020
1

how to set the favicon of the webpage

<link rel="shortcut icon" type="image/jpg" href="path/of/the/image">
Posted by: Guest on March-23-2021

Browse Popular Code Answers by Language