Write a note on creating a table.

5 views

1 Answers

1. A Table is made up of rows and columns.

2.

is used to indicate the creation of a table.

3.

 tag is used to create each row of the table.

5.

 is used to specify a table heading.

4.

 indicates table heading.

6.

5 views