关于HTML中<link>标签的使用。

1,指定CSS样式表。

  

1 <link rel="stylesheet" href="*.css" type="text/css">

2,设置图标(chrome,Firefox支持) 

<link rel="icon" href="*.jpg" type="image/jpg" > //还有sizes="16x16" 设置大小,但是浏览器对这个属性均支持不好

 

posted @ 2015-03-08 17:01  勒布吒卡  阅读(201)  评论(0编辑  收藏  举报