Answers for "icon link html"

0

link icon html

<link rel="icon" href="favicon.ico" />
<link rel="icon" type="image/png" href="logo.png" />
Posted by: Guest on July-24-2021
6

png favicon

<link rel="icon" type="image/png" href="logo.png" />
Posted by: Guest on June-22-2020
-1

how to add an icon to your html website

<link rel="shortcut icon" href="http://sstatic.net/stackoverflow/img/favicon.ico">
Posted by: Guest on November-21-2020
0

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>
Posted by: Guest on December-06-2020

Browse Popular Code Answers by Language