HTML Blockquote Tag
Reference on the Blockquote element of HTML. Including example of use and a list of allowed attributes.
The blockquote element in HTML is used to create a long quotation.
Attributes
Standard Attributes.
| Attribute: | Value: | Description: | DTD: |
| Attrs | Other Attributes | Common, Event, I18n | STF |
| cite | URI | URI for source or message. | STF |
DTD. Defines which document type the attribute is allowed. S=Strict, T=Transitional, F=Frameset.
Example
<blockquote> <p>A very long quote... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... </p> </blockquote>