title icon html code example
Example 1: html set icon
<link rel="icon" href="http://example.com/favicon.png">
Example 2: how to add title icon in html
<link rel="icon" href="//add image link or image path" type="image/x-icon">
<link rel="icon" href="http://example.com/favicon.png">
<link rel="icon" href="//add image link or image path" type="image/x-icon">