Answers for "how to put favicon in html5"

5

add favicon html

<link rel="icon" type="image/png" href="/favicon.png"/>
Posted by: Guest on June-16-2020
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
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

Browse Popular Code Answers by Language