首页 > 其他 > 详细

icon图标的引入

时间:2020-01-30 17:23:45      阅读:171      评论:0      收藏:0      [点我收藏+]

icon图标的引入

 1 <!DOCTYPE html>
 2 <html lang="en">
 3 <head>
 4     <meta charset="UTF-8">
 5     <title>站长之家</title>
 6     <link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico">
 7 </head>
 8 <body>
 9     
10 </body>
11 </html>
  1. rel="shortcut icon"
  2. type="image/x-icon"  引入图片类型后缀(.icon)
  3. href="images/favicon.ico"   图片地址

技术分享图片

icon图标的引入

原文:https://www.cnblogs.com/wszzj/p/12243073.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!