Five steps to making a webpage in five minutes!

  1. Open Notepad on your desktop to start writing your code
  2. Write out 'Hello World' in Notepad. Use tags <HTML> <BODY> and <H1> for the heading. Don’t forget to close all the tags. </HTML> </BODY> </H1></li>

    It should look like this...

    <HTML> <BODY> <H1>Hello World</H1> </BODY> </HTML>
  3. Save in notepad as index.html and save as All Files
  4. Visit Bit Balloon which you will use to publish your site to the internet
  5. Open your Documents file on your computer and drag and drop your indext.html file onto the uploader on the site. Wait for it to load and you will then have published your website.