icon link html code example

Example 1: html set icon

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

Example 2: png favicon

<link rel="icon" type="image/png" href="logo.png" />

Example 3: how to add an icon to your html website

<link rel="shortcut icon" href="http://sstatic.net/stackoverflow/img/favicon.ico">

Example 4: how to add icons in html

<html>
<head>

     <script src="https://kit.fontawesome.com/yourcode.js"></script>

   <!--Get your code at fontawesome.com-->
</head>
<body>

Tags:

Css Example