zdev

Sunday, June 11, 2006

Another BR Test

Hello
World

The quick
brown

fox jumped (two br tags before this line)


over the lazy dog (three br tags before this line and one after).

public class HelloWorld
{
   public static void main(String args[])
   {
      System.out.println("Hello World");
   }
}

The end.

0 Comments:

Post a Comment

<< Home