how to create favicon for web page code example
Example 1: favicon for html page
<link rel="icon" type="image/png" href="/favicon.png"/>
<link rel="icon" type="image/png" href="https://example.com/favicon.png"/>
Example 2: how to add a favicon to html
<link rel='icon' href='favicon.ico' type='image/x-icon'/ >
Example 3: how to set the favicon of the webpage
<link rel="shortcut icon" type="image/jpg" href="path/of/the/image">