1

I am using html 5 for web page. When i validate my webpage in http://validator.w3.org/check it showed me the following error.

Line 1, Column 10: delimiter ">" invalid: only name, "#IMPLIED" and parameter separators are allowed

<!DOCTYPE>

If i change this it showed me lot of errors. How can i rectify that?

1 Answer 1

2

It should be <!doctype html>

Read here on how you can validate HTML5 page on W3C Validator - http://www.werockyourweb.com/html5-validator

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.