How to display logo in URL address bar

In this post, I'm going to explain a short code how to show icon in address bar.

  1. <link rel="icon" type="text/css" href="img/icon.png" />

Place the above code in <head></head> section.Here we can place any image format, recommended formats are .png or .ico for best visual.