HTML Assignment
DAY1
1. Create three HTML lists.
• First list should be an unordered list of your class schedule, titled Class Schedule
– Unordered List
• Seccond List should be an ordered list of your class schedule, titled Class
Schedule – Ordered List
• Third List should be an unorderderd list of three search engines, titled Website
Search Links
2. Within the <ADDRESS> tag provide a copyright statement, date, and your first initial
and last name.
• Place your name at the top of the page in large text
• Color the background your favorite color
• Find three cool words and write thier definitions next to them
3. Make a list of your classes, in an unordered list.
• Within each class, make a nested list that contains, the teacher, the hour and the
start/end times of the hour
• Make sure to have lunch where it would normally appear for you, before or after
fifth hour.
4. Design a simple login page containing two text boxes (one for user name and another
for password), two levels and submit button.