Monday, June 9, 2014

Showing icon for a web site: Using link tag in html page

We can show icon for a website in browser using link tag like below in the html page:

<link rel="SHORTCUT ICON" href="resources/images/icon.ico">

Include this line in the head section of the html page.

image extension must be .ico



No comments:

Post a Comment