Answers for "how to add icon to html page"

15

how to add favicon in html

<link rel="shortcut icon" type="image/png" href="Link to the image"/>
Posted by: Guest on February-23-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

html add icon to page

...
<title> Website </title>
<link rel="shortcut icon" type="image/jpg" href="Favicon_Image_Location"/>
...
Posted by: Guest on May-16-2021
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