top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

How to Add image or Icon in Title using HTML?

+4 votes
369 views
How to Add image or Icon in Title using HTML?
posted May 13, 2015 by Manikandan J

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+1 vote

you can make a 16x16 png and use

add this link in your header

Give href link were your image placed:

<link rel="shortcut icon" type="image/png" href="/favicon.png"/>

<link rel="shortcut icon" type="image/png" href="http://eg.com/favicon.png"/>
answer May 14, 2015 by Shivaranjini
Similar Questions
+2 votes

What is the easiest way to convert a webpage into a jpg or png file? I've seen several programs that can do
various conversions, but nothing open source that can do it in a single conversion.

+2 votes

I have some work to deal with directory upload..We can do individual file upload, but I want to know entire directory upload which will contain multiple files...

...