Defines a standard Cell in an HTML table.
Overview Tablecolspan
= valid non-negative integerrowspan
= valid non-negative integerheaders
= unordered set of unique space-separated tokensThis example uses the table element with tr and ****td**** to create a table with three rows and two columns.
<table border="1" width="80%">
<tbody>
<tr>
<td>Row 1, Column 1 text.</td>
<td>Row 1, Column 2 text.</td>
</tr>
<tr>
<td>Row 2, Column 1 text.</td>
<td>Row 2, Column 2 text.</td>
</tr>
</tbody>
</table>
Related specifications
td
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4