Answers for "code html pour favicon"

35

favicon HTML

<link rel="icon" href="yourIcon.png" type="image/png">
Posted by: Guest on April-20-2020
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

Browse Popular Code Answers by Language