HTM09


DESCRIPTION :

OUTPUT :

SOURCE CODE :





DESCRIPTION :


HTM09 has using paragraphs.



OUTPUT :

This is the first paragraph.

This is the second paragraph.

This is the third paragraph.




SOURCE CODE:


<HTML>
<HEAD>
<TITLE>HTM09</TITLE>
</HEAD>

<BODY>
<FONT SIZE=5 FACE=arial>
<P>This is the first paragraph.</P>
<P>This is the second paragraph.</P>
<P>This is the third paragraph.</P>
</FONT>
</BODY>

</HTML>

RETURN