html icon tag code example
Example 1: favicon HTML
<link rel="icon" href="yourIcon.png" type="image/png">
Example 2: html icon
<link rel="shortcut icon" href="icon.ico" type="image/x-icon" />
Example 3: html icon
<link rel="shortcut icon" href="path to icon/name of icon.ico" type="image/x-icon" />
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>
Example 5: html how to create an icon bar in url
<link rel="icon" href="http://example.com/favicon.png">