Last Updated: February 25, 2016
·
294
· zhangtai

Add a Favicon to your Site

Use of a rel attribute value

<head>
    <link rel="icon" type="image/png" href="favicon.png">
</head>