Deprecated
Avoid.
List of Deprecated Attributes[ skip ] |
|
| Table Elements |
Deprecated Attributes |
|---|---|
| caption | align |
| table | align |
| bgcolor | |
| tr | bgcolor |
| th | height |
| nowrap | |
| td | height |
| nowrap | |
| th, td
XHTML 1.1 |
width |
| etc. | |
Explanation
- Those attributes stop with HTML version 4.01.
- Do not use them in XHTML 1.0 strict.
- You may use some of them with XHTML 1.0 transitional — which allows some deprecated attributes for a designer's transition from HTML into XHTML.
- You must not use them with XHTML 1.0 strict and beyond, however.
- We should use CSS instead.
