简体   繁体   English

如何添加标签图标?

[英]How can I add a tab icon?

I've tried adding a tab icon to my webpage, I've looked at other pages, but couldn't get any answers why my icon wasn't working. 我尝试在网页上添加标签图标,也看过其他页面,但无法获得我的图标不起作用的任何答案。 I'm new to coding so please make your answers simple. 我是编码的新手,请简单回答。

Here is my code: 这是我的代码:

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

add the following inside the <head> tag <head>标记内添加以下内容

<link rel="icon" href="/path/to/favicon/favicon.ico">

and make sure that the favicon.ico is present in /path/to/favicon/ 并确保favicon.ico位于/path/to/favicon/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM