Favicon
Design and implement a favicon for your INDEX. To display a favicon for your site, add the following to the head section of your HTML document:
<link rel="icon" type="image/png" href="my_favicon.png">
Replace "/my_favicon.png" to the path and name of your favicon file.
Objective
To create a visual identifier that reflects your INDEX site.