Glubase - share your knowledge


All / Computers / Programming / HTML / XHTML





  • View Command

HTML / XHTML Reference

HTML / XHTML blockquote definition

Browser support
IEFFOpSaf
PartialPartialPartialPartial

Type: block-level element

Syntax

<blockquote> ... </blockquote>

Description

Defines a long quotation.

Contains: block-level elements

Contained by: one or more block-level elements

Attributes

Common attributes.

Example

[Try this example yourself]
<blockquote>
  This is a long quotation!
</blockquote>

Output

This is a long quotation!
  • Comments

No comments added.