How to add a favicon to website in HTML

3 Answers

0 votes
<link rel="icon" href="website/path/favicon.ico"/>

 



answered Jun 29, 2021 by avibootz
0 votes
<link rel="icon" type="image/png" sizes="16x16" href="website/path/favicon-16x16.png">

 



answered Jun 29, 2021 by avibootz
0 votes
<link rel="icon" type="image/png" href="/favicon.png"/>

 



answered Jun 29, 2021 by avibootz

Related questions

...