Pages

Thursday, March 28, 2013

How to put favicon (small image) in address bar of a web page?

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