<BLOCKQUOTE> and </BLOCKQUOTE>

Description:

The <BLOCKQUOTE> tag is intended to define text that is quoted from some other docmuent. Most browsers (Netscape and Internet Explorer included) display anything between the begin and end tag intended and surrounded by blank lines.

Attributes:

CLEAR=attribute
Determines how to align the paragraph. May have the following values:

ALL Clear all margins
LEFT Clear left margin
RIGHT Clear right margin
NOWRAP
Do not wrap text unless there is an explicit <BR>.

Examples:

<BLOCKQUOTE>This is a quote</BLOCKQUOTE>


This is normal text followed by a single block quote.

This is a quote

<BLOCKQUOTE>This is a quote<BLOCKQUOTE>
and here is an indented one</BLOCKQUOTE></BLOCKQUOTE>


This is normal text followed by another one. As you can see, you can nest these tags.

This is a quote

and here is an indented one