<P ALIGN=left | center | right> ... </P>
ALIGN option
will let you align the text three different ways. ALIGN=left aligns the text along the left
margin, while ALIGN=center centers all the text on the page and ALIGN=right aligns the
text along the right margin. When using the ALIGN option it is highly recommended that
you use the closing </P>.
|
Last line in last paragraph. First line in next paragraph. |
|
Last line in last paragraph.<P>First line in next paragraph. |
Last line in last paragraph.
First line in next paragraph. |
<BR>
<P> tag; two <BR> tags make an empty line, just like the <P> tag.
No <BR> tags
|
... the end of a sentence. The beginning of ... |
1 <BR> tag
|
... the end of a sentence. The beginning of... |
2 <BR> tags
|
... the end of a sentence The beginning of ... |
<CENTER> ... </CENTER>
<P ALIGN=center> does; it centers your text.
However, it can also be used to center pictures and headings.
| Some text that is not centered. |
|
|
<BLOCKQUOTE> ... </BLOCKQUOTE>
"This is a section of blockquoted quote from
a famous poet, but we can't show the actual
quote because we don't know who he is or which
quote of his (or hers, for that matter) it is,
but we were hoping to make some kind of point.
We hope you got it. Thank you."
<HR SIZE=xx WIDTH=xx or xxx%>
<HR> places a horizontal line on your page. The SIZE option specifies how big heightwise you want it to be. The WIDTH specifies how wide you want it to be, either in pixels or in a percentage of the screen.
<HR><HR SIZE=3 WIDTH=40><HR SIZE=5 WIDTH=40%>