give logo in title html 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 title icon in html
<link rel="icon" href="//add image link or image path" type="image/x-icon">