A simple HTML table, containing two columns:
The <td> tag defines a standard cell in an HTML table.An HTML table has two kinds of cells:Header cells - contains header information (created with the th element)Standard cells - contains data (created with the td element)The text in a th element is bold and centered.The text in a td element is regular and left-aligned.
Some HTML 4.01 attributes are not supported in HTML5.
Note: The td element is not allowed in the thead element.
The <td> tag also supports the Standard Attributes in HTML5.
The <td> tag also supports the Event Attributes in HTML5.
Your Query was successfully sent!