set the logo html code example
Example 1: 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" />
Example 2: how to add logo in website using html
How to add website logo using html