Web >> Development >> HTML >> 5 >> how to add favicons to your page

must be within <head> section

e.g.

<head>

...

<link rel="icon" type="image/png" href="imgs/logo.png" />

...

</head>