HTML <td> tag

Html <td> tag : Definition

• HTML is used to define a row of a table, in every html table elements has two type of cells:

  1. The header(<thead>) cell and
  2. 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