HTML — Adding Favicon
A favicon is the small icon that appears in the browser tab. Add it using a <link>
tag inside the <head>
section.
<head>
<link rel=\"icon\" href=\"favicon.ico\" type=\"image/x-icon\" />
</head>
A favicon is the small icon that appears in the browser tab. Add it using a <link>
tag inside the <head>
section.
<head>
<link rel=\"icon\" href=\"favicon.ico\" type=\"image/x-icon\" />
</head>