BLOCKQUOTE - indented block of text
Description
The <BLOCKQUOTE>tag indents
a block of text. It is for quoting paragraphs, or anywhere you want to indent a
paragraph of text. The <BLOCKQUOTE> element starts on a new line.
Syntax
<BLOCKQUOTE>This text will be indented, and start on
a new line.</BLOCKQUOTE>
Attributes
The UNIVERSAL ATTRIBUTES can be used with this tag.
Description :
The following attributes can be used with almost all tags inside the BODY of the
document.
Syntax
<....CLASS="styleClass" LANG="ISO"
ID="namedPlaceOrStyle" STYLE="style"....>
Attributes
CLASS specifies the style class to be used by this element. The
styles are defined in the <STYLE> tag in the document's header, or in a
separate style sheet file.
LANG specifies the language of the text element in the HTML
file.
ID has two possible meanings:
The ID attribute can mark a place in the document in the same way that <A
NAME> marks a place.
The ID attribute can also specify a named style for this element to use.
STYLE specifies a style for a specific element. .
|