#261·html5shiv

Incorrectly closed <body> tag

Author: Imran-imtiaz48Created Aug 26, 2025Updated Aug 26, 2025

At the bottom of the HTML, you wrote <body> instead of closing the tag with </body>. This creates an invalid HTML structure because the browser expects the <body> section to end before </html>.