A long quotation coded as below::
The <blockquote> tag defines a long quotation.
A browser inserts white space before and after a blockquote element. It also insert margins for the blockquote element.
The <blockquote> tag is supported in all major browsers.
Note: None of the major browsers display the cite attribute correctly.
Hint: Use the q element to mark up short quotations
Note: To validate a blockquote element as strict HTML/XHTML, the element must contain only other block-level elements, like this:
<blockquote><p>some text here some text here</p></blockquote>
DTD indicates in which HTML 4.01/XHTML 1.0 DTD the attribute is allowed. S=Strict, T=Transitional, and F=Frameset.
The <blockquote> tag supports the following standard attributes:
More information about Standard Attributes.
The <blockquote> tag supports the following event attributes:
More information about Event Attributes.
Your Query was successfully sent!