HTML 9

Description

It show a sample paragraph that uses the font tag for size and face for the output.

Source Code

html9 <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>

Output

HTM09

This is the first paragraph.

This is the second paragraph.

This is the third paragraph.