add logo to html title code example
Example 1: how to add a title picture in html
<link rel = "icon" type = "image/png" href = "name-of-image.png">
Example 2: how to add image in title bar
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">