HTM12


BACK

DESCRIPTION

OUTPUT

SOURCE CODE






DESCRIPTION:

     You can place quotes in indented form and shrink it to be set apart from the main paragraph by using the tag pair <BLOCKQUOTE>�</BLOCKQUOTE>.


..Back to the top..



OUTPUT:


HTM12

This is an excerpt from the poem Tree.

I think that I shall never see a poem as lovely as a tree


..Back to the top..



SOURCE CODE:


<HTML>
<HEAD>
<TITLE>HTM12 </TITLE>
</HEAD>
<BODY>
<FONT SIZE=5>
<P>This is an excerpt from the poem Tree.</P>
<BLOCKQUOTE><FONT FACE=arial SIZE=3>I think that I shall never see a poem as lovely as a tree
</FONT></BLOCKQUOTE>
</BODY>
</HTML>

..Back to the top..