CLICK HERE

Earning More

Clickz

Thursday, December 2, 2010

Paragraphs with Left/Right

<html>
<body>

This is an example displaying the use of the paragraph tag.
<p> This will create a line break and a space between lines.



Attributes:
<br>
<p align="left"><br>

Example 1:
<br><br>

This is an example
<br>

displaying the use
<br>

of the paragraph tag.
<br>
<br>
<p align="right"><br>

Example 2:
<br><br>

This is an example
<br>

displaying the use
<br>

of the paragraph tag.
<br>
<br>
<p align="center">

Example 3:
<br><br>

This is an example
<br>

displaying the use
<br>

of the paragraph tag.
</body>
</html></FONT>

1 comment: