HTM09

DESCRIPTION
OUTPUT
SOURCE CODE

DESCRIPTION

Paragraph sample w/ font size and face





OUTPUT



HTM09

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>

BACK