<!DOCTYPE html> <html> <head> <title>My First Page</title> </head> <body> <h1>Hello, World!</h1> <p>This is a simple paragraph of text.</p> <a href="https://www.google.com">This is a link</a> </body> </html>