HTM10


DESCRIPTION :

OUTPUT :

SOURCE CODE :





DESCRIPTION :


HTM10 align the paragraphs.



OUTPUT :

This paragraph is aligned to the left.

This paragraph is aligned to the center.

This paragraph is aligned to the right.




SOURCE CODE:


<HTML>
<HEAD>
<TITLE>HTM10</TITLE>
</HEAD>

<BODY>
<FONT SIZE=5 FACE=arial>
<P ALIGN=left>This paragraph is aligned to the left.</P>
<P ALIGN=center>This paragraph is aligned to the center.</P>
<P ALIGN=right>This paragraph is aligned to the right.</P>
</FONT>
</BODY>

</HTML>

RETURN