Exercises

1. List

Create an HTML page with the following components:

  • An unordered list of your courses for the semester.
  • An ordered list of your daily class schedule (Monday to Friday).
  • An unordered list of your to-do items for the week (at least 7 items).
  • A nested list showing your study goals:
    • Main topics (unordered list)
    • Subtopics for each main topic (ordered lists)

2. Form

Create an HTML form for a college seminar registration. The form should include the following input fields:

  • Full Name
  • Date of Birth
  • Gender (Male, Female, Other)
  • Email Address
  • Password
  • Phone Number
  • Preferred Seminar Time
  • Meal Preference (Vegetarian, Non-Vegetarian, Vegan)
  • Submit button

3. Table

Create an HTML page with a table representing your weekly course schedule (timetable). The table should include:

  1. Days of the week as column headers (Monday to Friday)
  2. Time slots as row headers (e.g., 9:00 AM-11:00 AM, etc.)