changing titlebar icon

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Pravin Bagal
    New Member
    • Aug 2012
    • 1

    changing titlebar icon

    how to change the icon of title bar in the html?
  • ariful alam
    New Member
    • Jan 2011
    • 185

    #2
    You have to add a favicon icon in your HTML page. The preferred method is:

    Code:
    <link rel="icon" 
          type="image/png" 
          href="http://example.com/myicon.png">
    in the <head></head> tag.

    Hopes it will help you. :)

    Comment

    Working...