Answers for "how to add favicon image in 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
2

how to add a favicon to html

<link rel='icon' href='favicon.ico' type='image/x-icon'/ >
Posted by: Guest on October-06-2020

Browse Popular Code Answers by Language