前端标准 拒绝你的代码时报
Element link doesn't have required attribute property
把样式链接 <link ... 移到 <body>里,会报上面提醒
要想不报,把<link 还放到 <head> 里
当然非要放到 <body>里,加 property='stylesheet'
本文共 165 字,大约阅读时间需要 1 分钟。
前端标准 拒绝你的代码时报
Element link doesn't have required attribute property
把样式链接 <link ... 移到 <body>里,会报上面提醒
要想不报,把<link 还放到 <head> 里
当然非要放到 <body>里,加 property='stylesheet'
转载地址:http://qgqbm.baihongyu.com/