Input
Output
<!DOCTYPE html> <html> <head> <title>My First HTML Page</title> </head> <body> <a href="#about">Go to About Section</a> </body> </html>