Saved Bookmarks
| 1. |
Write a note on creating a table. |
|
Answer» 1. A Table is made up of rows and columns. 2. <table> is used to indicate the creation of a table. 3. <caption> is used to specify a table heading. 4. <tr> tag is used to create each row of the table. 5. <th> indicates table heading. 6. <th. specifies data within the table (cell content). |
|