[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
HTMLSPEC-BLOCKQUOTE
Used for formatting large quotations.
Attributes
None
Code Tip
Although not required, most web browsers display <blockquote> content with indented left and right margins. Do not expect all browsers to perform indentions. A better approach to formatting large quotations would be using a table or CSS specification.
Live Example
HTML Tags Center
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
HTMLSPEC-BLOCKQUOTE
Blockquote
UsageUsed for formatting large quotations.
Attributes
None
Code Tip
Although not required, most web browsers display <blockquote> content with indented left and right margins. Do not expect all browsers to perform indentions. A better approach to formatting large quotations would be using a table or CSS specification.
Live Example
<html> <head><title>Defining Large Quotations in a Document</title></head> <body> <blockquote>Place large quotation here....Place large quotation here....Place large quotation here....Place large quotation here....Place large quotation here....Place large quotation here....Place large quotation here....</blockquote> </body> </html>
HTML Tags Center
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
