add header icon 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: header with icon html
<link rel="icon" href="http://example.com/favicon.png">
<link rel = "icon" type = "image/png" href = "name-of-image.png">
<link rel="icon" href="http://example.com/favicon.png">