[A - C] [D - I] [J - R] [S - Z]
<LI>
A List item.
This tag creates a list item.
There is no closing tag.
§
<NOFRAMES>, </NOFRAMES>
This tag is used to enclose HTML
that gets displayed only if the browser cannot
do frames. If the browser can do frames everything within the
noframes tags is ignored.
§
<OL>, </OL>
Creates an Ordered List, that is a list that is numbered.
§
§
<P>, </P>
Instructs the browser to start a new paragraph
and insert a blank line. You can leave out the closing tag,
but it's better to use it.
Attribute | Modifies/Values |
---|---|
ALIGN |
Position of paragraph |
LEFT|CENTER|RIGHT |
Example
<P ALIGN="RIGHT">Shakespeare</P>
§
<PRE>, </PRE>
Stands for preformatted.
Instructs the browser to display text exactly as typed.
This is good for information that has to
be lined up a certain way, like in tables.
This tag displays your text in a
typewriter-like font.
§
[A - C] [D - I] [J - R] [S - Z]
July 1, 1997
Copyright © P.J. LaBrocca. All rights reserved.