link标签也存在于<head>中,作用如下
1.将样式引入到网页中
<link ref="stylesheet" href="css样式地址.css"/>
2.给网页title前面加个图标
<link rel="icon" href="图标地址.icon"/>
最好是使用后缀名是.icon的图片,.png的或其他格式也可以
h5标签基础 link标签
原文:http://www.cnblogs.com/songqiaoli/p/6523615.html