My Development Notes


Favicon code for your HTML document


To add favicon code to your HTML document copy and paste the below code to your index.html file just below the title tag after the link code to your css file :

<link rel="shortcut icon" href="images/favicon.png" type="image/x-icon" />

Leave a Reply

Your email address will not be published. Required fields are marked *