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 :: how to remove download option from video tag in html 
Html :: open vsc with admin rights linux 
Html :: html entity quote 
Html :: html tab space 
Html :: Uncaught ReferenceError: jQuery is not defined 
Html :: tab in html 
Html :: how to change the preview image of a website 
Html :: how to change website icon html 
Html :: how to set video speed html 
Html :: enctype= multipart/form-data 
Html :: base64 image html example 
Html :: viewport meta 
Html :: html lien 
Html :: html change viewport to smartphone size 
Html :: bootstrap 4 center div 
Html :: & in html 
Html :: share to twitter html link 
Html :: visualizador de pdf html5 
Html :: ngclass else 
Html :: html description tag 
Html :: how to insert degree symbol in html 
Html :: escape double quotes in html 
Html :: input required 
Html :: how to set link as normal text in html 
Html :: body on start do function javascript 
Html :: fa fa file 
Html :: bootstrap textarea width 
Html :: jquery clear html before append 
Html :: html open things in new tab 
Html :: how to access value of ant design elements 
ADD CONTENT
Topic
Content
Source link
Name
2+1 =