icon图标的引入

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"   图片地址

猜你喜欢

转载自www.cnblogs.com/wszzj/p/12243073.html
今日推荐