Horje
favicon HTML Code Example
favicon HTML
<link rel="icon" href="yourIcon.png" type="image/png">
html favicon
<head>
  <title>Webpage</title>
  <link rel="icon" type="image/gif/png" href="favicon.png">
</head>
html favicon
<link rel="shortcut icon" type="image/png" href="http://example.com/favicon.png"/>
add favicon html
<link rel="icon" type="image/png" href="/favicon.png"/>
favicon html
<link rel="shortcut icon" href="/favicon.ico"> 
<link rel="icon" type="image/png" href="/favicon.png" sizes="32x32"> 
<link rel="icon" type="image/png" href="/favicon.png" sizes="96x96"> 
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"> 
<meta name="msapplication-TileColor" content="#ffffff"> 
<meta name="msapplication-TileImage" content="/mstile-144x144.png">
favicon html
<!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>
[…]
</html>
Source: www.w3.org




Html

Related
qs cdn Code Example qs cdn Code Example
how to open link in new tab Code Example how to open link in new tab Code Example
htaccess remove .html Code Example htaccess remove .html Code Example
file input only images Code Example file input only images Code Example
removing filepath from url using htaccess Code Example removing filepath from url using htaccess Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11