Answers for "fav icon code"

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
0

favicon script

<link rel="icon" type="image/x-icon" href="http://example.com/favicon.ico" />
Posted by: Guest on June-29-2020

Browse Popular Code Answers by Language