Configure favicon from my site

Asked

Viewed 1,012 times

0

inserir a descrição da imagem aqui

How do I change this icon to use the favicon on my site?

1 answer

2

  • First crop the image in the image editor of your choice;
  • Save the cropped image in . ico format (one size I use is 34x34 pixels);
  • Add this code between the < header > < /header > tags in your html:

    < header >

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

    < /header >

Remember to put the right path from where your image is there on the way href=""

Browser other questions tagged

You are not signed in. Login or sign up in order to post.