Answers for "how to add icon html"

-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