HTML <td> tag
Html <td> tag : Definition
• HTML
- The header(<thead>) cell and
- The Data(<td>) cells.
• In which, the data cell will be used as the child tag of the parent <tr> tag.
• HTML <tbody> used to group the body content in an HTML table.
• The tbody tag defines the conjunction of thead tag and the tfoot tag in indicating each part of the table (header, footer, body).
• HTML table tag is used to display data in tabular form (row * column).
Html <td> tag example
Output:
HTML thead, tbody, and tfoot elements
Stodent | Degree |
---|---|
Rony | B.E/ B.Tech |
Johny | Phd |
Prayag | M.Tech |