Input
Output
<!DOCTYPE html> <html> <head> <title>My First HTML Page</title> </head> <body> <h2 id="about">About Us</h2> </body> </html>