Answers for "why will we use <link rel="icon" href="#">code in web development"

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

Code answers related to "why will we use <link rel="icon" href="#">code in web development"

Browse Popular Code Answers by Language