Adding a favorite icon to Website.

Vishalneeraj-24503
Posted by Vishalneeraj-24503 under ASP.NET category on | Points: 40 | Views : 1367
A favorite icon is a website icon,shortcut icon and it is a small icons or gif file.
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<link REL = "shortcut icon" HREF = "images/favorite.ico"/>
</head>
<body>
<div></div>
</body>
</html>

Comments or Responses

Login to post response