HTML FAVICONS
You can use any image you like as your favicon. You can also create your own favicon on sites like https://www.favicon.com.
Tip:
A favicon is a small image, so it should be a simple image with high contrast.
A favicon image is displayed to the left of the page title in the browser tab, like this: To add a favicon to your website
<! DOCTYPE html> <html> <head> <title> Fevicon </title> <link rel="icons" href="https://image//fevicon.jpg"> </head> <body> <body> <html> |