Favicon.ico In Html Code Code Example


Example 1: html favicon


<link rel="shortcut icon" type="image/png" href="http://example.com/favicon.png"/>

Example 2: html favicon.ico


<! -- For .ico files -->
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">

<! -- For .jpg/.gif/.png files -->
<link rel="icon" type="image/gif/png" href="favicon.png">

Example 3: favicon script


<link rel="icon" type="image/x-icon" href="http://example.com/favicon.ico" />

Example 4: favicon.ico html


<link rel="icon" href="favicon.ico" type="image/x-icon" />

Comments

Popular posts from this blog

530 Valid Hostname Is Expected When Setting Up IIS 10 For Multiple Sites

C Perror Example

Converting A String To Int In Groovy