favicon generator code example

Example 1: favicon script

<link rel="icon" type="image/x-icon" href="http://example.com/favicon.ico" />

Example 2: make favicon transparent

This website can generate transparent favicon.ico from transparent png pictures.
https://favicomatic.com/

Example 3: favicon generator

<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico">

Example 4: favicon specification

<!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>
[]
</html>