The Internet Archive discovers and captures web pages through many different web crawls.
At any given time several distinct crawls are running, some for months, and some every day or longer.
View the web archive through the Wayback Machine.
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.