Paragraph  - <P>   -  </P>

Previous- OPTION - List option  |  Next-PARAM - Parameter

Description
It is not strictly necessary to use the closing tag because the next instance of the <P> tag will end the previous paragraph, however we recommend that the closing tag is always included. The align attribute which could be used to align text within the paragraph is deprecated under HTML 4.0 and is now handled by the STYLE attribute which offers more complete text formatting. Align is however still very useful, especially when set to center or justify.
Attributes
NameValuesDescription
aligncenter|left|rightAlignment
classclassnameClass of the element which is used to associate the element with a style sheet.
dirltr|rtlThe direction in which text flows when surrounded by text which flows in different directions.
event_namescript_codeDefines script to run on event such as OnMouseOver
idstringA unique name to identify an element.
langlanguage_typeThe ISO description for the language of the element.
languagejavascript|jscript|vbscript|vbs
stylestringSpecifies style information for the element.
titlestringTitle for element which is often displayed as a tool-tip when the cursor hovers over the element.

Example
<p>this is a paragraph</p>
<p>this is a second paragraph</p>
Will be displayed as :

this is a paragraph

this is a second paragraph


Compatability
HTMLNETSCAPEINTERNET EXPLORER
4.1N2N3N4N6IE3IE4IE5IE6
YES YES YES YES YES YES YES YES YES

Previous- OPTION - List option  |  Next-PARAM - Parameter