Ok, maybe you can omit the last </html> or </body>.
But how would a browser handle a <b>, if there is no closing tag? It would make the rest bold.
The same with the <head> tag.
If there is no </head> the complete document is a header.
This makes no sense.
Our goal should allways be writing clean code.