|
|
Favicon Tag - HTML
|
Views : 393
|
|
Tagged in : HTML
|
|
|
Report This Scrap as Inappropriate We request you to choose the appropriate categroy and subcategory that suits your
objectionable concern about the scrap, So that our team can review and find out whether it violates our Guidelines or the
scrap is not suitable for all viewers.
|
A favicon is the little icon you see in your browser address bar and in your favorites/bookmark list. By default web browsers look for the file favicon.ico in your website's root directory but it's possible to specify a different location for the favicon.
In the <head> section of your HTML document, add the following tag:
<link rel="shortcut icon" href="/path/to/your/favicon.ico" />
and substitute the /path/to/your/favicon.ico with the actual name of your favicon file. |
|
By Rekha, On - 2010-01-28 |
|
|
|