hello any guys is there pls help me How To Add Link Ralation Icon To My site Please tell it that when we browse a site their a small image will be appears in the left side of the adrees bar of the entered url

echo "<head>";
echo "<title>YOUR SITE ETC</title>";
echo "<link rel=\"shortcut icon\" type=\"image/x-icon\" href=\"favicon.ico\" />"; //// <<-------------------- YOU SEE?
echo "<link rel=\"stylesheet\" type=\"text/css\" href=\"style.css\" />";
echo "</head>";
Comment