Input
Output
<!DOCTYPE html> <html> <head> <title>My First Webpage</title> </head> <body> <h2>Welcome to My Website</h2> <p>This is a sample paragraph describing the website content.</p> </body> </html>