Display browser title bar small icon in html page

How to Display Small Icons in the Browser Title Bar of HTML Web Pages


Like this effect, the method is actually very simple, that is to write in the head header:
<link rel='icon' href='pic.ico ' type='image/x-ico' />

Remember that the icon is a file in .ico format, otherwise it will not be displayed (⊙o⊙) You
can generate ico files through photoshop, or you can use online generation tools (such as http://www.ico.la/);
pay attention to ico Icon size is set to 16 X 16 .

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325390430&siteId=291194637