Change the 'favicon' in websites

PHOTO EMBED

Sun Mar 28 2021 19:47:57 GMT+0000 (Coordinated Universal Time)

Saved by @TheSaw #html

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

Make a square image of your logo (preferably 32x32 or 16x16 pixels, as far as I know there's no max size*), and transform it into an .ico file. Then, place it on the root folder/directory of your website (next to index.html) with the name favicon.ico.

https://stackoverflow.com/questions/11488960/how-do-i-put-my-websites-logo-to-be-the-icon-image-in-browser-tabs