How to add Favicon to your Webpage


In this post,I show you how to add favicon to your webpage.favicon also known as a shortcut icon, website icon, tab icon, URL icon, or bookmark icon.

Steps to add Favicon :

  • First make your favicon in photoshop and save it as png format.but it should be in square like (40px X 40px).                                                                        
  •  Now create new file and copy the code below :


<html>

    <head>
      <link rel="icon" type="image/png" href="favicon.png"/>
        </head>
          <body>
            <h1>see your favicon on current tab</h1>
              </body>
                </html>

                • save it as favicon.html.

                Rate this posting:
                {[['']]}

                No comments

                Powered by Blogger.