how to put an icon on website tab code example
Example: add icon to website tab
Convert your image to .ico (use https://hnet.com/png-to-ico/)
Rename your ico to favicon
add this to the <head>: <link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />