Computer Applications
What tag is used to add columns to tables ?
<colspan>
<td>
<tr>
HTML Advanced Features
2 Likes
Answer
<td>
Reason — <td> tag is used to add columns to tables.
Answered By
1 Like
Related Questions
The < …………… > tag displays text in subscript form.
- sub
- sup
- sups
- subs
The tag that starts a table cell is …………… .
<table>
<tc>
<td>
<tr>
Which has higher priority, cell settings or table settings ?
- Neither
- Cell settings
- Table settings
Choose the correct HTML to left-align the content inside a table cell.
<td valign="left">
<tdleft>
<td align="left">
<td leftalign>