InterviewSolution
Saved Bookmarks
| 1. |
Which tags are used to show table heading and table data? |
|
Answer» <th> tag is used to give table heading and <td> tag is used to show the data. |
|