Horje
favicon meta Code Example
favicon meta
<link rel="shortcut icon" type="image" href="/favicon.png" />
favicon HTML
<link rel="icon" href="yourIcon.png" type="image/png">
html favicon
<link rel="shortcut icon" type="image" href="./favicons/examplefavicon.ico" />
png favicon
<link rel="icon" type="image/png" href="logo.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
turn off autocomplete input html Code Example turn off autocomplete input html Code Example
html meta refresh Code Example html meta refresh Code Example
fevicon Code Example fevicon Code Example
cdn matter.js Code Example cdn matter.js Code Example
google material icons cdn Code Example google material icons cdn Code Example

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