InterviewSolution
Saved Bookmarks
| 1. |
4) Attribute used to merge row cells5) Tag is used to add title for the tablehTML contion |
|
|
Answer» Answer: the answer is Explanation: 4)You can merge two or more table cells in a column by USING the colspan attribute in a | HTML tag (table data). To merge two or more row cells, use the ROWSPAN attribute. 5)HTML When writing in HTML, the |
|