Search
 
SCRIPT & CODE EXAMPLE
 

HTML

html fav icon

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

<link rel="icon" type="image/gif" href="imagen.gif">

<link rel="icon" type="image/vnd.microsoft.icon" href="imagen.ico">
Comment

fav icon html

<head>
  <title>My Page Title</title>
  <link rel="icon" type="image/x-icon" href="/images/favicon.ico">
</head>

<!--
To add a favicon to your website, either save your favicon image to
the root directory of your webserver, or create a folder in the root
directory called images, and save your favicon image in this folder.

A common name for a favicon image is "favicon.ico".

Next, add a <link> element to your "index.html" file, after the <title> 
element, as per the example above.

I hope that this helps <3 Happy coding!
-->
Comment

Fav Icon

<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
Comment

fav icon

    <link rel="icon" type="image/x-icon" href="https://picsum.photos/200" />
Comment

PREVIOUS NEXT
Code Example
Html :: hyper text markup language 
Html :: input number html without e 
Html :: html5 
Html :: lato google fonts 
Html :: link html 
Html :: how to change the height of an image in html 
Html :: tailwind ul list type 
Html :: height() jquery com php 
Html :: html ul types 
Html :: firefox image/svg+xml not working 
Html :: HTML Links - Different Colors 
Html :: img center alt text 
Html :: bootstrap radio button 
Html :: nuxt-lazy-load ignore images 
Html :: html shortcuts 
Html :: play audio source on html 
Html :: click on button fire to another button 
Html :: link to external site html 
Html :: how to draw a small line in html 
Html :: how to change font colour in html 
Html :: change font size of input text html 
Html :: bootstrap form-switch 
Html :: use svg as favicon react 
Html :: html time input with second 
Html :: textbox with dropdown bootstrap 
Html :: html <br tag 
Html :: relative vs absolute path html 
Html :: select default value 
Html :: navbar horizontal in html 
Html :: ocultar div css 
ADD CONTENT
Topic
Content
Source link
Name
2+5 =