Answers for "html adding icon"

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