网页标题添加图标

2020-12-13 02:01

阅读:705

标签:style   blog   class   code   java   color   

看着网上好多网页标题前面有个漂亮的图标,就也想给自己网页也加个图标,于是上网搜了一下代码,记录下来:

soscw.com,搜素材
html>
    head>
        title>Hello title>
        link rel="Shortcut Icon" href="logo.ico" type="image/x-icon" />
    head>
    body>
    body>
html>
soscw.com,搜素材

运行效果如下:

soscw.com,搜素材

网上的代码说图标格式最好是ico的,不过我试了一下png的,也是可以的,下面是png的图标

代码:

soscw.com,搜素材
html>
    head>
        title>Hello title>
        link rel="Shortcut Icon" href="logo.png" type="image/x-icon" />
    head>
    body>
    body>
html>
soscw.com,搜素材

运行效果:

soscw.com,搜素材

网页标题添加图标,搜素材,soscw.com

网页标题添加图标

标签:style   blog   class   code   java   color   

原文地址:http://www.cnblogs.com/lit10050528/p/3714537.html


评论


亲,登录后才可以留言!