I wanted to create a webpage using HTML using a simple three-page website using HTML and CSS, the building blocks of a webpage.
  1. Hold windows key and press ‘e’
  2. Double click C drive
  3. Create a new folder
  4. Rename to ‘website’
  5. Right click new->text document
  6. Double click new text document
  7. File->save as
  8. Name: index.html
  9. Type: all files
  10. Click save
  11. Type in HTML
<html> <head> </head> <body> </body> </html>