################## HTML Problem Sets ################## 1. Create a webpage that prints your name to the screen. John 2. Create a webpage that prints the numbers 1 - 10 to the screen. 1 2 3 4 5 6 7 8 9 10 3. Create a webpage that prints the message "When was this webpage created? Check page's title for the answer." to the screen, and set the title of the page to the current date. January 9th, 2009 When was this webpage created? Check page's title for the answer. 4. Print your name to the screen with every letter being a different heading size.

J

o

h

n

5. Print two lists with any information you want. One list should be an ordered list, the other list should be an unordered list. Hardware devices
  1. CD-ROM drive
  2. DVD drive
  3. Hard disk
  4. Modem
Web languages 6. Print some preformatted text of your choosing. (hint: use the
 tag) 



A sample Java program:

class DataClass{

      public static void main(String[] args){

      	     System.out.println("Here is some text.");

	     }

}

Using the pre element you can display text however you want with all the spaces and line breaks preserved.

7. Create a table with people's favorite colors.
PersonFavorite Color
DebBrown
StevenBlue
SofiaCorn Flower Blue