If you like to make the web using PHP this is the way to display the icon in the address bar or in the browser tab as shown below: 1. ...
If you like to make the web using PHP
this is the way to display the icon in the address bar or in the browser tab as shown below:
1. Create images that will be used as icon in the address bar in the form of * .png, * .jpg, * .gif, etc. This is vavicon.PNG will I make icon
3. Add the code in the script that will be the main page. customize with your name and location of the image
if the image is in the image folder then type /image/favicon.png
4. Try to compile it on your localhost, and look at the result
this is the way to display the icon in the address bar or in the browser tab as shown below:
1. Create images that will be used as icon in the address bar in the form of * .png, * .jpg, * .gif, etc. This is vavicon.PNG will I make icon
2.
Place the image at will you are sure to be in your project folder, for
example, in the example web project I was in trying folder (inside the
www folder if using wamp as webservernya or in a folder htdoc if it's
webserver using xampp)
3. Add the code in the script that will be the main page. customize with your name and location of the image
if the image is in the image folder then type /image/favicon.png
4. Try to compile it on your localhost, and look at the result