Comparison, Styles and Attributes
Replication
CSS can replicate the effects of some XHTML 1.0 attributes.
| XHTML Attribute | Equivalent CSS |
|---|---|
| border | border: spec; |
| cellspacing | border-width: spec; |
| cellpadding | padding: spec; |
| align | text-align: spec; |
| valign | vertical-align: spec; |
| etc. | |
