HTML set image on browser tab [duplicate]

浪子不回头ぞ 提交于 2019-12-03 02:36:44

问题


How do I set a little icon next to the website title on tabs in the web browser?


回答1:


It's called a Favicon, have a read.

<link rel="shortcut icon" href="http://www.example.com/myicon.ico"/>

You can use this neat tool to generate cross-browser compatible Favicons.




回答2:


<link rel="SHORTCUT ICON" href="favicon.ico" type="image/x-icon" />
<link rel="ICON" href="favicon.ico" type="image/ico" />

Excellent tool for cross-browser favicon - http://www.convertico.com/



来源:https://stackoverflow.com/questions/2359866/html-set-image-on-browser-tab

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!