Q - Short Quotation The Q element is used for short, inline quotations. For longer (block) quotations, use the BLOCKQUOTE element. The Q element's optional CITE attribute provides a URI of the source of the quotation. Some examples follow:
Note that authors should not include their own quotation marks when using the Q element. However, this can be a problem since almost all current browsers lack support for Q. Authors may prefer to avoid Q and insert their own quotation marks. Another alternative is to use I in combination with Q so that the quotation is distinguished from other text in most browsers. The previous example could also be given as follows:
Browsers supporting Q should properly handle nested quotations. They should also use quotation marks suitable to the language of the quotation, based on the LANG attribute of Q or the language of its parent. Maintained by Nick Grant < htmlstudio@talk21.com > |
Copyright © 2000 Nick Grant. All Rights Reserved.