Answers for "Add a Favicon to Your Website"

1

adding a favicon in html

<link rel="icon" type="image/png" href="/favicon.png"/>
<link rel="icon" type="image/png" href="https://example.com/favicon.png"/>
Posted by: Guest on January-01-2021
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 "Add a Favicon to Your Website"

Browse Popular Code Answers by Language