Change Font Size: Previous / Next / Directory List
9.1.3 HTML td tags
Td tags - on behalf of an HTML table cells
- Td the label is paired to
<td>, </ td>end - Attribute
- Common - general attributes
- Abbr - the first representative of the abbreviated form
-
Axis- cells in the concept of classification - Colspan - more than his leap out
- Headers - linking data and forms the first table
- Rowspan - one more trip across
- Scope - definition of the row or column of the first table
- Align - representatives of the Alignment (left (left-justified) | center (center alignment) | right (right alignment) | justify) (CSS this property should be used to achieve)
- Valign - representative of the vertical alignment means (top (top alignment) | middle (central alignment) | bottom (lower alignment) | baseline (baseline alignment)) (this property should be used to achieve CSS)
- Td table data cell is the acronym
- Trackback Address: http://www.nt22.com/xhtml-html/tag_td/
Example
<tableWidth="80%"border=Com domain names the number of"1" /><tr> <th> www.nt22.com </ th> <th>.</ th> <th>.Cn domain names quantity< / th> <th>.net number of domain names</ th> </ tr> <tr> <td>2003</ td> <td>1000</ td> <td>2000</ td> <td>3000</ td> </ tr> <tr> <td>2004</ td> <td>4000</ td> <td>5000</ td> <td>6000</ td> </ tr> < tr> <td>2005</ td> <td>7000</ td> <td>8000</ td> <td>9000</ td> </ tr> </ table>
Description:
- Each form can be put to the number of
tdlabels, each label on thetdbehalf of a cell
