|
P
<P> </P> The P tag is used to make new paragraphs. The closing tag </p>is optional. The optional ALIGN attribute indicates the alignment for the contents of the paragraph, ALIGN=RIGHT is not as largely supported as the other two. ALIGN=LEFT is the default. Some browsers will make whitespace when multiple empty paragraphs are used in sequence, but no always. When a paragraph has the ALIGN=CENTER or ALIGN=RIGHT attribute, not all browsers will return to the default alignment for the next paragraph unless this paragraph is closed. Examples: This is the first part of a paragraph, <p>and this is the second. Creates this: This is the first part of a paragraph, and this is the second. The align attributes will either center of align the text to the right, depending on which you choose.
|