9951 explained code solutions for 126 technologies


htmlAdd favicon to the page


<link rel="icon" type="image/png" href="/icon.png"/>ctrl + c
<link rel="icon"

this element embeds favicon

type="image/png"

set required image type

href="/icon.png"

URL of an image to use as favicon