I'm tall, blond, and have dark glasses. I love beer, coffee, language, computing, and webdev. I'm a runner! And I love British TV.
				
				I'm good at HTML. I know the <p> tag and the <h1> tag!!  I am also good at Java. I wrote this:
public class Hello {
   public static void main(String[] args) {
      System.out.println("Hello, world!");
      System.out.println();
      for (int i = 0; i < 10; i++) {
         System.out.println("This program produces");
         System.out.println("four lines of output");
      }
   }
}