<!DOCTYPE html>
<meta charset="utf-8">
<body>
Hello, world!
If so, besides removing “Hello, world!” is there any tag that’s able to be removed and it still be valid, and how do you know it’s still valid?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It’s not valid. To check it you can run it in W3C Validator
The error is: Element head is missing a required instance of child element title.
…
UPDATE
As vcsjones stated the
headelement is optional. That’s thetitleone is required. Credit to mootinator for pointing out that thebodyis also optional.So the simplest valid document will be: