Empty HTML template
an empty HTML document
Empty HTML template
Copy this as a starting point for your new HTML document:
Copy
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>New Page</title> <meta name="description" content="Description of the page" /> </head> <body> </body> </html>