H401 - Review Questions Week 4
- Name five deprecated elements that cannot be used in XHTML 1.0 Strict documents or future XHTML specifications.
- center
- font
- u
- i
- strike
- s
- Why is the Transitional XHTML doctype, to some, a better choice than using the Strict XHTML doctype?
It allows them to use the presentational HTML elements to support the older browsers that some of their visitors might be using.
- What is a browser-specific (or proprietary) element?
A browser-specific element is an element that is not part of the W3C specification that is supported by a specific browser (or browsers).
- List five deprecated attributes that cannot be used in XHTML 1.0 Strict.
- link
- bgcolor
- face
- vspace
- nowrap
- This question will take a bit of research but not much....
The align attribute is deprecated in many elements within the Strict DTD. However, there are elements where this attribute is still allowed. List the elements where align is allowed (there are 8).- col
- colgroup
- tbody
- td
- tfoot
- th
- thead
- tr