Adding a favicon to a website
Description
Created a 20 by 20 png image and save it as an .png and add it to the images folder or the path that matched the code below. Code should go in the header of the website to ensure that the icon is on every page
Created a 20 by 20 png image and save it as an .png and add it to the images folder or the path that matched the code below. Code should go in the header of the website to ensure that the icon is on every page
HTML Source Code
<link rel="icon" href="<?php bloginfo('template_url') ?>/img/favicon5.png" type="image/png" sizes="20x20">