Add FAVICON to Website Tab

FAVICON = image in left corner of website tab of browser

1.  Favicon Generator

2.  Add this code inside <head> </head> of each HTML of website:

<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.ico" type="image/x-icon">

Reference