<!-- This is a simple text website --> <!DOCTYPE html> <html> <head> <title>Hello</title> </head> <body> <h1>Hello World!</h1> <p>This is my first website</p> </body> </html>