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 :: html select default blank 
Html :: html align text right 
Html :: How can you make an email link 
Html :: html input only letters 
Html :: bs4 monospace 
Html :: video tag thumbnail 
Html :: @keyup.enter vue 
Html :: how to add background video in html 
Html :: sendgrid mail api disable tracker 
Html :: bootstrap 5 datalist example 
Html :: Html meta responsive viewport metatag 
Html :: link style page with html page in django 
Html :: html void link 
Html :: how to hide display in bootstrap 
Html :: disable a tag 
Html :: how to show pdf as image in html 
Html :: mailto link html 
Html :: bold text in input field 
Html :: html h1 not show 
Html :: table align 
Html :: [(ngModel)] in a select 
Html :: html escape characters 
Html :: html color text 
Html :: how to add a link in image 
Html :: html email input 
Html :: html sound 
Html :: select empty option 
Html :: align buttons next to each other bootstrap 
Html :: how do you make a link in html5 
Html :: javascript delay button 
ADD CONTENT
Topic
Content
Source link
Name
2+9 =