平常使用<link ref="" type="" href="">最多的是用来引入外部文件的,其中的属性意义:
rel 属性 -- rel属性,描述了当前页面与href所指定文档的关系。
如:<link ref="stylesheet" type="text/css" href="..*.cs">,ref的值是样式表,所以href对应的就是css文件
<link rel="apple-touch-icon" href="http://paranimage.com/wp-content/themes/v5/images/apple-touch-icon.png" />引入apple-touch-icon图标
定义地址栏最前面的小图标和收藏夹图标
<link rel="shortcut icon" type="image/ico" href="/favicon.ico" />
如对本文有疑问,请提交到交流论坛,广大热心网友会为你解答!! 点击进入论坛