Degradation issues for HTML5 semantic tags (article, footer, header)

后端 未结 3 1088
终归单人心
终归单人心 2020-12-13 15:16

How well do the new layout tags in HTML5 degrade? What are the hazards in using them? (I\'m not talking about --I\'ve seen specific fallback code f

3条回答
  •  感情败类
    2020-12-13 16:09

    HTML 5 Tags are not supported in IE the tags are still inactive. To activate the semantic HTML5 tags in IE use the following script inside your head section.

    
    

提交回复
热议问题