If you want to look at the refernce for all HTML elements, go check out w3schools.com

  1. presentation: https://prezi.com/fpdj5wrv3b3a/web-development/
  2. Hold windows key and press ‘e’ to bring up windows explorer
  3. Double click on c drive
  4. Creat a new folder by right clicking -> New -> Folder
  5. Name to website
  6. Right click on folder and creat a new text document
  7. Double click new text document
  8. File save as
  9. Save as type all files
  10. File name is index.html (so that internet explorer knows it’s a webpage)
  11. Click save
  12. Type in the HTML: <html> <head> </head> <body> <h1>hello world</h1> </body> </html>
  13. File -> save Go to bitballoon.com in google chrome Scroll right down to the bottom Windows e drag page into web page Drag index.html into the web page