<!-- Use any text editor, create a new file, paste this and save it as index.html--> <!DOCTYPE html> <html> <head> <title> A Sample Webpage </title> </head> <body> <p> Hello World! </p> </body> </html>