Wednesday, May 16, 2007

HTML - Paragraphs

Description:
Every text you want to publish in your pages requires the usage of paragraph tags.

Usage:
<p> Place your text between the tag. </p>
<p align="center"> Place your text between the tag. </p>
<p align="left"> Place your text between the tag. </p>

Example:

Place your text between the tag.


Place your text between the tag.


Place your text between the tag.




Attributes:

align-
class-
dir-
id-
lang-
onclick-
ondblclick-
onkeydown-
onkeypress-
onkeyup-
onmousedown-
onmousemove-
onmouseout-
onmouseover-
onmouseup-
style-
title-