Search
 
SCRIPT & CODE EXAMPLE
 

HTML

favicon

<!--Place these in the <head> section of your HTML-->
<link rel="icon" type="image/png" href="/yourfavicon16x16.png" sizes="16x16">
<link rel="icon" type="image/png" href="/yourfavicon32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/yourfavicon96x96.png" sizes="96x96">
<!--Now you should have a nifty little image next to your site's title!-->
Comment

favicon

<link rel="shortcut icon" type="image/jpg" href="https://cdn0.iconfinder.com/data/icons/canada-flaticon/64/POUTINE-french_fries-traditional-canada-cheese-512.png"/>
Comment

favicon

<!DOCTYPE html 
      PUBLIC "-//W3C//DTD HTML 4.01//EN"
      "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en-US">
<head profile="http://www.w3.org/2005/10/profile">
<link rel="icon" 
      type="image/png" 
      href="http://example.com/myicon.png">
[…]
</head>
[…]
Comment

FAVICON

<link rel="shortcut icon" href="favicon.ico">
Comment

what does favicon mean

print("an icon associated with a particular website, typically displayed in the address bar of a browser accessing the site or next to the site name in a user's list of bookmarks.")
Comment

PREVIOUS NEXT
Code Example
Html :: html compressor 
Html :: insert text html 
Html :: js input just audio files 
Html :: nuxt i18n link 
Html :: tailwind css range slider 
Html :: html input only numbers 
Html :: bootstrap upload image plugin for html 
Html :: how to link another page in form submit 
Html :: underline 
Html :: input type="date" 
Html :: u tag in html 
Html :: disable user going back after logging out button jsf 
Html :: buttons are not coming in same line html 
Html :: Remove html from string in sql 
Html :: form mvc async 
Html :: how to select every element except first 
Html :: react uncontrolled input initial value 
Html :: HTML5 Meter 
Html :: link node module in html 
Html :: html container farbverlauf 
Html :: html id 
Html :: how to add see button in password input in html 
Html :: html pdf template 
Html :: coding a classic grid in html 
Html :: pattern input html 
Html :: string variable in angular html 
Html :: inline code html 
Html :: bulma hero 
Html :: how to include icons in html 
Html :: html text next line 
ADD CONTENT
Topic
Content
Source link
Name
5+7 =