html title image icon code example
Example 1: how to add title icon in html
<link rel="icon" href="//add image link or image path" type="image/x-icon">
Example 2: how to add logo next to title html
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">