<CENTER></CENTER>
Here is a block of text. This text is center aligned. Here are some more words to fill it out. Here are some more, more words to fill it out. Here are even more words to fill it out. Finally, this paragraph is done.


<BLOCKQUOTE></BLOCKQUOTE>
Here is a block of text. This text is blockquote aligned. Here are some more words to fill it out. Here are some more, more words to fill it out. Here are even more words to fill it out. Finally, this paragraph is done.


<PRE></PRE>
Here is a block of text. This text is preformatted. 
What shows up is exactly what you type.            Including the spaces. 

And returns.

Returns must be made.
Or else it just keeps going and going like an Energizer bunny. Here are some more words to fill it out. Here are some more, more words to fill it out. Here are even more words to fill it out. Finally, this paragraph is done.


<MENU></MENU>
The menu alignment is most commonly used for lists. Here is the HTML for a basic list:
<MENU>
   <LI> Item 1
   <LI> Item 2
   <LI> Item 3
</MENU>
Which produces a list that looks like this:
  • Item 1
  • Item 2
  • Item 3

  • There are certainly more formats, check the links at the tutorial for information.
    back