首页 > 其他 > 详细

Element link doesn't have required attribute property

时间:2017-05-04 17:59:42      阅读:1626      评论:0      收藏:0      [点我收藏+]

前端标准http://validator.w3.org/ 拒绝你的代码时报 

Element link doesn‘t have required attribute property

把样式链接 <link ... 移到 <body>里,会报上面提醒

要想不报,把<link 还放到 <head> 里

当然要放到 <body>里,加 property=‘stylesheet‘

<link rel=stylesheet property=‘stylesheet‘ ......

 

Element link doesn't have required attribute property

原文:http://www.cnblogs.com/xiangsj/p/6808309.html

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