favicon specification

Solutions on MaxInterview for favicon specification by the best coders in the world

showing results for - "favicon specification"
Audra
13 Sep 2018
1<!DOCTYPE html 
2      PUBLIC "-//W3C//DTD HTML 4.01//EN"
3      "http://www.w3.org/TR/html4/strict.dtd">
4<html lang="en-US">
5<head profile="http://www.w3.org/2005/10/profile">
6<link rel="icon" 
7      type="image/png" 
8      href="http://example.com/myicon.png">
9[…]
10</head>
11[…]
12</html>