how to keep favicon in html code example
Example 1: favicon HTML
<link rel="icon" href="yourIcon.png" type="image/png">
Example 2: html favicon
<link rel="shortcut icon" type="image" href="./favicons/examplefavicon.ico" />
<link rel="icon" href="yourIcon.png" type="image/png">
<link rel="shortcut icon" type="image" href="./favicons/examplefavicon.ico" />