Insert favicon to your web page
Posted by admin in tips
What is a favicon? A favicon is a small 16×16px image that appears next to the URL of your web page in browser location bar and bookmarks.
- Create Generic pharmacy favicon.ico (create .gif or .jpg image and rename it to .ico) .
- Insert the following HTML code inside the <head> tag of your web page:
<link rel=”shortcut icon” href=”favicon.ico”>
That’s it!


