Login to your W3 Schools Spaces account and open your index.html file.
Underneath your list of invited guests add another secondary heading using the "h2" tag. This secondary heading should be called "Activity Schedule".
Underneath the secondary heading create an html table. The table should include two columns. The first column is the "activity name" and the second column is the "time of day" that the activity will take place.
Use a header row for the table to display the column names.
Create at least 3 birthday party activities and put each activity in its own row of the table.