Answers for "set fav icon for html"

6

html favicon

<head>
  <title>Webpage</title>
  <link rel="icon" type="image/gif/png" href="favicon.png">
</head>
Posted by: Guest on August-09-2020
15

how to add favicon in html

<link rel="shortcut icon" type="image/png" href="Link to the image"/>
Posted by: Guest on February-23-2020

Browse Popular Code Answers by Language