This course will become read-only in the near future. Tell us at community.p2pu.org if that is a problem.

Open up a Jsfiddle [Nov. 16, 2011, 4:10 a.m.]



For this challange we will be using the site http://jsfiddle.net/

You can write you first HTML-Code there and see results immediately, without installing any programs or other preperation.

  1. Open up the http://jsfiddle.net/ in a second browser window right now.
  2. The Area in the upper left quater of the screen is the HTML-Input-Window. Write "Hello World" into the HTML-Input-Window.
  3. The Area in the lower right quater of the screen is the Result-Window. When you press "play" you can see the results of your code here.
  4. Press the "Save" Button to save your work
  5. After saving, your work has it's own unique Address where you can find it again. Look at the address-bar of your browser - it will start with http://jsfiddle.net/ followed by some nonsense-letters. Write it down or save it as a bookmark!

There is one more small thing you need to do: find the option "Normalized CSS" in the left hand sidebar and uncheck it. Save again.

Congratulations: you now have a place on the web to try out HTML. Just remember he address!