Html Favicon
Posted: Tue Apr 06, 2010 8:59 pm
Hello everyone,
i am here to teach everyone how to have the favicon for you html pages or site
This code will go in the tags <head></head>
![Image]()
i am here to teach everyone how to have the favicon for you html pages or site

This code will go in the tags <head></head>

Code: Select all
Example:
<link rel="icon" type="image/vnd.microsoft.icon" href="LINK TO FAVICON HERE">
<link rel="SHORTCUT ICON" href="LINK TO FAVICON HERE">
Code: Select all
<html>
<head>
<title>Favicon Test</title>
<link rel="icon" type="image/vnd.microsoft.icon" href="https://www.haxthat.0fees.net/favicon.ico">
<link rel="SHORTCUT ICON" href="https://www.haxthat.0fees.net/favicon.ico">
</head>
<body></body>
</html>