How to create a webpage using HTML
  1. Create a folder in your computer to save your file.
  2. Open note pad and start creating a web page. <html> <head> <body> <h1> Hello World!</h1> </body> </head> </html>
  3. Save your notepad file with a name "index.html", this html extension will save your page in form of web browser.