Warnings of valid HTML5 attributes in Eclipse

前端 未结 6 609
长情又很酷
长情又很酷 2020-12-01 09:13

I use Eclipse and I write jsp files with HTML5 content. So I have for example this line:

I

6条回答
  •  余生分开走
    2020-12-01 09:27

    Your doctype

    is for HTML 4.01.

    data-* attributes were added in HTML 5. The doctype for HTML 5 is basically either

    
    

    or

    
    

提交回复
热议问题