Input
Output
<!DOCTYPE html> <html> <head> <title>My Website</title> </head> <body> <header> <h1>My Awesome Website</h1> <p>Welcome to my world of code and creativity!</p> <nav> <a href="#home">Home</a> | <a href="#services">Services</a> | <a href="#contact">Contact</a> </nav> </header> <article> <header> <h2>Understanding JavaScript Closures</h2> <p>Posted on June 21, 2025, by Praveen</p> </header> <p>JavaScript closures are a powerful concept...</p> </article> </body> </html>