################## 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.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.
Person | Favorite Color |
---|---|
Deb | Brown |
Steven | Blue |
Sofia | Corn Flower Blue |