Answers for "set png as icon html"

5

add favicon html

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

favicon in html

<link rel="icon" href="image.jpg" type="image/jpg">
Posted by: Guest on May-01-2020
1

use png instead of icon html

<link rel="icon" type="image/png" href="http://example.com/image.png" />
Posted by: Guest on February-04-2021

Browse Popular Code Answers by Language