Chapter 8, 8.8

1. Describe how you create a table using the HTML table tags.
— First specify that HTML code as table. Then make a caption on the top, then comprise column header and informations about each header below.

2. Write an HTML code segment that displays a 3*3 table with cells that are numbered as follows:
1 2 3
4 5 6
7 8 9

Leave a Comment