html title icon code code example
Example 1: favicon in html
<link rel="icon" href="image.jpg" type="image/jpg">
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="image.jpg" type="image/jpg">
<link rel="icon" href="//add image link or image path" type="image/x-icon">