HTML5 meta Validation

前端 未结 4 2174
孤街浪徒
孤街浪徒 2020-12-16 19:46

Im trying to make my first HTML5 page but i simply cant get it to validate W3C keeps telling me that i have some errors i my meta tags.

the page in question is http:

4条回答
  •  心在旅途
    2020-12-16 20:24

    Have you read the validator message for invalid tags? It says that those tags contain bad values so I'm guessing they are not allowed. Check these links, read validator messages and see if you can find a list of approved tags and properties for HTML 5. Validator services seem to be experimental since HTML 5 is not in it's final form.

    Is the copyright meta tag valid in HTML5?

    http://www.impressivewebs.com/understanding-html5-validation/

提交回复
热议问题