Welcome to my Website!

Here is a glossary of terms for HTML: w3schools

Here are some instructions

  1. Open up Notepad – windows -> all programs -> accessories -> notepad
  2. Type code
  3. <html> <head> </head> <body> <h1>Hello World!</h1> </body> </html>
  4. File save as
  5. Click Desktop
  6. Create new folder
  7. All Files and has a HTML code
  8. File name index.html
  9. Open Google Chrome and find Bit Balloon https://www.bitballoon.com/
  10. Add code (using folder to site )
  11. Drag Index file to Bit Balloon
  12. Say Hello World!
In browser right click ‘view source’ and see code in this as; <html> <head> </head> <body> <h1>Hello World!</h1> </body> </html> How to set a Title Hello Dawn 3. Open up Notepad – windows -> all programs -> accessories -> notepad 4. Type code <html> <head> <title>hello dawn</title> </head> <body> <h1>Hello World!</h1> </body> </html> File save as 1. Click Desktop 2. Create new folder 3. All Files and has a HTML code 4. File name index.html 5. Open Google Chrome and find Bit Balloon https://www.bitballoon.com/ 6. Add code (using folder to site ) 7. Drag Index file to Bit Balloon 8. Say Hello Dawn!