Alignment
Hmm, well up till
now, we've been working with everything falling to the left side of
the page.. which is all well and good, but.. it can get a little redundant
after awhile.. is there something we can do with it besides that?
SURE there is! Let's center it!
<center><i><b><font
size=+3 color="#980517">
What will happen?
</b></i></font></center>
Don't forget to close that 'center' though, or EVERYTHING
below it will be centered too.... OOPS! see what I mean?
Just for informational
purposes here.. your browsers default is align=left that's why everything
is to the left... you can change that with the <center> command..
or .. with the <p align=right>.
Let's test it.
<p
align=right><i><b><font size=+3 color="#980517">
What will happen?
</b></i></font></right>
There's
a bit more to aligning then that, but those are the basics.. more will
be covered in "images" and in "tables".