Answers for "add favicon image in html"

5

add favicon html

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

html favicon from png

<link rel="icon" type="image/png" href="http://example.com/image.png" />
Posted by: Guest on December-20-2020

Browse Popular Code Answers by Language