浏览器默认图标

发布于 2024-10-09 22:10:40 字数 44 浏览 3 评论 0原文

如何获取默认浏览器图标?

我需要显示当前默认浏览器的图标。

How can I get the default browser ICON ?

I need to show the ICON of the current default browser.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

最终幸福 2024-10-16 22:10:40

我认为您指的是快捷方式图标网站图标

首先,创建一个 16 x 16 像素的图形。
如果您使用的是 Photoshop,您可能需要下载插件

然后,HTML如下

<html>
    <head>
        <title></title>
        <link rel="shortcut icon" href="path/to/favicon.ico"/>
    </head>
    <body>
       <!-- Content -->
    </body>
</html>

I think you mean a shortcut icon or favicon

First, create a 16 x 16 pixel graphic.
You may need to download a plugin if you're using photoshop.

Then, the HTML is as follows

<html>
    <head>
        <title></title>
        <link rel="shortcut icon" href="path/to/favicon.ico"/>
    </head>
    <body>
       <!-- Content -->
    </body>
</html>
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文