Centering

Section 1 - Introduction
Section 2 - Basics
      Your first page
      Formatting
      Text tricks
         Bold
         Italics
         Pre-formatted text
         Centering
         Underline
         Cut that out
         Ups and downs
         Typewritten font
         Big and small
         You try it
      Pictures
      Links
      Backgrounds
Section 3 - Next Level
Section 4 - Advanced
Section 5 - Publishing
Section 6 - Extras
Appendices
Centering
TAGS USED: <center> </center>
There is another way to center items without putting them in <p> or <div> tags. All you have to type is
<center> Put your text here </center>
This type of formatting has been "de-emphasized" meaning it's not prefered by computers as much anymore. The <div align=center> is more favored, but I still use the <center> tag from time to time.

By the way, it looks just like every other center command.

Code
<center>Middle</center>
What you see
Middle
Back Home Forward