[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
HTMLSPEC-Q
Used to specify short quotations within a web document.
Attributes
Simply states additional information about the internal quote.
Code Tip
Since the <q> tag was designed for short quoations, it should only be used for "inline" strings of text, which are quotes taking up only one line. Multiple line quotes should be described using <blockquote>.
Live Example
HTML Tags Center
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
HTMLSPEC-Q
Q
UsageUsed to specify short quotations within a web document.
Attributes
cite=""
Simply states additional information about the internal quote.
Code Tip
Since the <q> tag was designed for short quoations, it should only be used for "inline" strings of text, which are quotes taking up only one line. Multiple line quotes should be described using <blockquote>.
Live Example
<html> <head><title>Q Document Example</title></head> <body> Who said this, <q>To be, or not to be.</q> </body> </html>
HTML Tags Center
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
