HTML FAVICON
<head>
<title>Webpage</title>
<link rel="icon" type="image/gif/png" href="favicon.png">
</head>
Ruukasu
<head>
<title>Webpage</title>
<link rel="icon" type="image/gif/png" href="favicon.png">
</head>
<link rel="shortcut icon" type="image/png" href="http://example.com/favicon.png"/>
<link rel="shortcut icon" type="image" href="./favicons/examplefavicon.ico" />
<!-- Most Webbrowsers atomatically look for a favicon but you can also do this: -->
<head>
<title>Favicon Demo</title>
<link rel="icon" type="image/png" href="favicon.png">
</head>
<link rel="icon" type="image/png" href="/fav.png">
<!DOCTYPE html>
<html>
<head>
<title>My Page Title</title>
<link rel="icon" type="image/x-icon" href="/images/favicon.ico">
</head>
<body>
<h1>This is a Heading</h1>
<p>This is a paragraph.</p>
</body>
</html>