<link rel="shortcut icon" href="http://img.cooks.com/favicon.ico" />
Just change the <b>href</b> attribute value with the URL of the icon you intend to use. See the complete example below:
<html>
<head>
<title>Shortcut Icon</title>
<link rel="shortcut icon" href="http://img.cooks.com/favicon.ico" />
</head>
<body>
Put body text here...
</body>
</html>
0 comments:
Post a Comment