Saved Bookmarks
| 1. |
Explain the following: (i) <tr>… </tr>(ii)<td>… </td> |
|
Answer» (i) <tr>… </tr>, This is used when you want a new Table Row to start. To choose off this tag you need just the one </tr> (ii) <td>… </td>, You define a cell in a table by using.Use(Table Data) in front of every piece of information you want in a cell. To close off this tag you need just the one </td> at the end. |
|