|
|
Appendix E. HTML/XHTML DTD SupportWith so many flavors of HTML 4 and XHTML specified by the W3C, it's not always easy to remember which elements and attributes are safe (i.e., validate without error) for a particular Document Type Definition that you specify in the <!DOCTYPE> header of your file. The large table in this appendix lists a union of all elements and attributes for the most common HTML 4.01 and XHTML 1.0 DTDs from the W3C. If an attribute is required for validation, it is marked "req'd". The five DTDs referenced in the table can be specified at the top of your documents as follows:
See the discussion of the <!DOCTYPE> element in Chapter 1 about the implications of DTD specifications in the most recent browsers.
|
|
|