Is <link> (not rel=“stylesheet”) allowed to be used in <body>?

后端 未结 7 515
情书的邮戳
情书的邮戳 2020-12-07 20:24

The new schema.org by Google, Yahoo and MS recommends usage of the attribute to display the status of products in an online shop:

&         


        
7条回答
  •  旧巷少年郎
    2020-12-07 21:02

    Link is allowed in BODY. I had same problem validating link tag in HTML5 and I solved it with this

    
    

    Need to have both property and rel tag

    UPDATE 2016 (thanks to yuyokk below): There was a change to HTML5 spec recently that allows having links in the body

提交回复
热议问题