The paragraph-tag
Probably on of the most used tags in HTML. With this tag you can do the make up of a entire alinea or paragraph.
Those who have worked with Microsoft Word know how to work with it.
There is always some space before and after a paragraph.
this is the tag:
<P></P>
You can add the align-tag:
<P ALIGN="LEFT|CENTER|RIGHT"></P>
Left is the standard value, like usual.You can do a lot more with it if you use CSS.