1<head>
2 <title>Webpage</title>
3 <link rel="icon" type="image/gif/png" href="favicon.png">
4</head>
1<link rel="shortcut icon" type="image/png" href="http://example.com/favicon.png"/>
1<!-- Most Webbrowsers atomatically look for a favicon but you can also do this: -->
2
3<head>
4 <title>Favicon Demo</title>
5 <link rel="icon" type="image/png" href="favicon.png">
6</head>