|
Home >> FAQs/Tutorials >> XHTML Tutorials and Tips >> Index
XHTML 1.0 Tutorials - Understanding Tables and Table Cells
By: FYICenter.com
Part:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
(Continued from previous part...)
What Is a TD Tag/Element?
A "td" element is a special element that can only be used as a
sub-element of a "tr" element. A "td" element defines a column in a row.
Here are basic rules about "td" elements:
- "td" elements are special elements only valid inside "tr" elements.
- "td" elements can have text contents.
- "td" elements are flow elements - can have both block elements and inline elements.
- A "td" element will be displayed as a new cell in the row.
(Continued on next part...)
Part:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|