如何添加页面标题或在chrome,firefox或其他浏览器中显示的带有页面标题的图像或徽标?
最佳答案
取自What is Favicon.ico and How to Create a Favicon Icon for Your Website
<head>
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
</head>
关于html - 如何添加带有HTML页面标题的图像?,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/10665893/