Html Favicon

1 post Page 1 of 1
Contributors
User avatar
Livengood
Serious Programmer
Serious Programmer
Posts: 445
Joined: Tue Feb 16, 2010 6:24 am

Html Favicon
Livengood
Hello everyone,
i am here to teach everyone how to have the favicon for you html pages or site :D

This code will go in the tags <head></head>
Image
Code: Select all
<link rel="icon" type="image/vnd.microsoft.icon" href="LINK TO FAVICON HERE">
<link rel="SHORTCUT ICON" href="LINK TO FAVICON HERE">
Example:
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>
Image
1 post Page 1 of 1
Return to “Tutorials”