Sometimes little things become important to think of. One such thing is FavIcon or ‘Favorites Icon’ which is also known as webpage icon, shortcut icon, URL icon, bookmark icon etc. One example of this icon is shown below.
To add such icon the following line should be placed inside the <head> tag of the HTML document.
<link href=“dw.ico” rel=“shortcut icon” />
Where ‘dw.ico’ is the desired icon file name.
