Answers for "how can i add favicon in my website"

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

Code answers related to "how can i add favicon in my website"

Browse Popular Code Answers by Language