Arquivo.pt - The Portuguese web-archive (PWA) is the national Web archive of Portugal. Its mission is to periodically archive contents of national interest available on the Web, storing and preserving for future generations information of historical relevance. It is a service of the Foundation for Science and Technology (FCT).
TIMESTAMPS
The Wayback Machine - https://web.archive.org/web/20091015131010/http://www.htmlhelp.com/reference/wilbur/block/p.html
P - Paragraph
This element is also available in our updated HTML 4 reference. Some characteristics may have changed.
The P tag is used to indicate paragraphs. The optional attribute
ALIGN indicates the preferred alignment for the contents of this
paragraph. Support for ALIGN=RIGHT is not as large as support for
the other two. Note that ALIGN=LEFT is the default.
Notes:
Some browsers render extra whitespace when multiple empty
paragraphs are used in sequence. This is not required by the specs,
so do not count on this to get vertical whitespace in your document.
When a paragraph has the ALIGN=CENTER or ALIGN=RIGHT attribute,
some browsers do not use the default alignment for the next
paragraph unless this paragraph is explicitly closed.
In the very first version of HTML, the P tag was an empty tag like
BR. Some references and books still claim that this is the case.
However, HTML 2.0 defines the P tag as a container, and there is
no difference between a paragraph with and one without
explicit alignment.
Despite the above, some browsers treat the closing tag as an
opening tag - they insert an extra paragraph break there.