<!DOCTYPE html> <html> <head><title>Basic Page</title></head> <body> <h1>Welcome to My Webpage</h1> <p>This is a basic HTML page.</p> </body> </html>