HTM09


Description

Output

Source Code









Description

this is a text that has first, second up to third paragraph.





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>

</BODY>

</HTML>

BACK