Comparison, Styles and Attributes.
No Replication
CSS cannot replicate the effects of some other attributes:
| XHTML Attribute |
|---|
| colspan |
| rowspan |
- No, CSS cannot replicate these, because they involve the table's fundamental structure.
- We must use XHTML to create the table's fundamental structure.
