I am an HTML beginner. This is code I have typed, just to check what the output is, and surprisingly even though I have closed the <html> tag with the </html> tag before the <body>, the <body> is still being executed. How is this possible???? Can anyone offer some explanation??? Thanks.
Code:
<html>
</html>
<body bgcolor = "RED" text = "WHITE">
HI!!!!!
</body>