Favicon for HTML website

To create favicon for your website, you can create a image file and then use link tag inside head to specify the icon location.

 <!DOCTYPE html>
 <html>
 <head>
   <link rel="icon" type="image/x-icon" href="/favicon.ico">
 </head>
 </html>

Web development and Automation testing

solutions delivered!!