To add the favicon prepare an image at least around 32px in width and height and the format can be any image format. Once you have that ready you can add the following code in your "head" HTML tag.
<title>Your website title here</title> <link rel="shortcut icon" type="image/jpg" href="your-favicon-here.jpg"/>
<link rel="icon" type="image/png" href="your-favicon-here.png">
<link rel="icon" type="image/png" href="https://postsrc.com/favicon.png">
Mobile Favicon View
The mobile favicon will look like the following.
Leave a reply