Computer Applications
The tag that starts a table cell is …………… .
<table>
<tc>
<td>
<tr>
HTML Advanced Features
1 Like
Answer
<table>
Reason — The tag that starts a table cell is <table> tag.
Answered By
3 Likes
Related Questions
The correct HTML code to display (P + Q)2 is:
<SUB>
( P+) 2</SUB>
- P+Q
<SUP>
2</SUP>
- (P + Q)
<SUP>
2</SUP>
<SUP>
(P+Q) 2</SUP>
The < …………… > tag displays text in subscript form.
- sub
- sup
- sups
- subs
What tag is used to add columns to tables ?
<colspan>
<td>
<tr>
Which has higher priority, cell settings or table settings ?
- Neither
- Cell settings
- Table settings