Computer Applications
Which of these tags are all <table>
tags ?
<thead><body><tr>
<table><tr><td>
<table><head><tfoot>
<table><tr><tt>
HTML Advanced Features
1 Like
Answer
<table><tr><td>
Reason — The <table>
tag is used to define tables, <tr>
tag is used to define table rows and the <td>
tag is used to define data cells.
Answered By
3 Likes
Related Questions
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>
Settings for columns(
<td>
tag) have higher priority than settings for rows(<tr>
tag).- Sometimes true, sometimes not
- True
- False
Which property tells how many rows a cell should span ?
- colspan = n
- Both rowspan = n and colspan = n
- rowspan = n