First create a .ico image file. We could use the web site http://favicon.htmlkit.com/favicon to convert any picture to icon image. Now link that .ico image to your webpage using <link> tag in HTML <head> section. For example,
<link rel="shortcut icon" type="image/ico" href="~/Images/favicon.ico"/>
No comments:
Post a Comment