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
<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