HTML <td> tag
HTML td tag:
This is a double tag. <td> This is the beginning tag and </td> this is the closing tag. This <td> element defines a standard cell in HTML table. It is a contain data for the table, but the <td> tag is not the table headings. This tag is also general referred to as the <td> tag. The <td> tag is an element of the <table> tag that is to be written in the table tag. This tag using for make table cells.
<td>=Table cells.
Copy this code and past your page.
Example:
Result:
Cell 1 | Cell 2 |
HTML <td> tag
- Elements Attributes: abbr, align, axis, bgcolor, char, charoff, colspan, headers, height, nowrap, rowspan, scope, valign, width, etc.
- Html Version Differenc: Differences Between HTML 5 and 4.01.
If you want to make table cells using HTML code, Use HTML <td> element.
1. What is the <td> tag ?
2. What is the using for <td> tag ?
3. What is the definition of <td> tag ?
4. What is the <td> tag mean ?
5. How can You make table cell use HTML ?