Monday | Tuesday | Wednesday | Thursday | Friday | |
---|---|---|---|---|---|
9:00 | sleep | CompSci 110 | breakfast | CompSci 110 | running |
10:00 | breakfast | CompSci 108 | free | CompSci 108 | |
11:00 | |||||
12:00 | lunch | lunch | lunch | lunch | lunch |
1:00 | free | free | free | free | free |
2:00 | |||||
3:00 | |||||
4:00 | |||||
5:00 |
Monday Tuesday Wednesday Thursday Friday 9:00 sleep CompSci 110 breakfast CompSci 110 running 10:00 breakfast CompSci 108 free CompSci 108 11:00 12:00 lunch lunch lunch lunch lunch 1:00 free free free free free 2:00 3:00 4:00 5:00
In order to verify your table is correctly formed, you should view it using an appropriate program. In order for most programs to interpret this code correctly, you should include some header and footer code that identifies the type of document. For HTML, this is shown below:
<html> <body> <!--- your table code goes here ---> </body> </html>
For more detail on the options available when creating tables using the Hypertext Markup Language, see these resources: