Answers for "favicon for website"

12

html favicon

<link rel="shortcut icon" type="image/png" href="http://example.com/favicon.png"/>
Posted by: Guest on April-20-2020
2

html favicon from png

<link rel="icon" type="image/png" href="http://example.com/image.png" />
Posted by: Guest on December-20-2020
1

favicon for html page

<link rel="icon" type="image/png" href="/favicon.png"/>
<link rel="icon" type="image/png" href="https://example.com/favicon.png"/>
Posted by: Guest on June-08-2020
1

favicon

<link rel="shortcut icon" type="image/jpg" href="https://cdn0.iconfinder.com/data/icons/canada-flaticon/64/POUTINE-french_fries-traditional-canada-cheese-512.png"/>
Posted by: Guest on June-18-2021
1

favicon

...
<title> Sammy’s First Website </title>
<link rel="shortcut icon" type="image/jpg" href="Favicon_Image_Location"/>
...
Posted by: Guest on May-08-2021
0

favicon

<!DOCTYPE html 
      PUBLIC "-//W3C//DTD HTML 4.01//EN"
      "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en-US">
<head profile="http://www.w3.org/2005/10/profile">
<link rel="icon" 
      type="image/png" 
      href="http://example.com/myicon.png">
[…]
</head>
[…]
Posted by: Guest on April-06-2021

Browse Popular Code Answers by Language