how to use image in title of html page 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 logo next to title html
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">