Advertisement
Hisabeel

What is and how to change the favicon?

Sep 27th, 2017
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.37 KB | None | 0 0
  1. O que é o favicon?
  2. O favicon é uma espécie de "boneca" que aparece ao lado do título do blog, por exemplo:
  3.     IMAGEM: http://68.media.tumblr.com/050bad6cfb16033a35d961cd5e5380a4/tumblr_inline_mptkx9BMsv1roxd0b.png
  4.  
  5.  
  6. Como posso colocá-lo?
  7. O favicon é o mais básico para mudar, basta fazer o seguinte:
  8.  
  9.   1. Vá para o blog html;
  10.   2. Pressione as teclas "Ctrl + f";
  11.   3. Depois de apertar as teclas, escreva, icon;
  12.   4. Depois o código será assim:
  13.         <link rel = "ícone de atalho" href = "{Favicon}">
  14.   5. No mesmo código, apague a palavra favicon e os {} e colocar "" e dentro das aspas coloque a url do ícone.
  15.  
  16.  
  17. x ----------------------------------------------------------------------------------------------------------------------------------- x
  18.  
  19.  
  20. What is favicon?
  21. The favicon is a kind of “doll” that appears next to the title of the blog, for example:
  22.     IMAGE HERE: http://68.media.tumblr.com/050bad6cfb16033a35d961cd5e5380a4/tumblr_inline_mptkx9BMsv1roxd0b.png
  23.  
  24.  
  25. How can I put it?
  26. The favicon is the most basic to change, just do the following:
  27.  
  28.   1. Go to the blog html;
  29.   2. Press the keys “Ctrl + f”;
  30.   3. After tight the keys, write, icon;
  31.   4. After the code will be like:
  32.         <link rel=”shortcut icon” href={Favicon}>
  33.   5. In the same code, delete the word favicon and the {} and put "" and within the "" place the url of the icon.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement