Is there any HTML code that can help me align my text on my site?

for my final project in my HTML class, i have to build a site pretty much from scratch. i get the coding crap, but there's one thing i need to do to make my site more "organized"

heres the practice site: http://locker.palcs.org/~advtech/TKeller/Practicesite.html

i need the big load o craptastic text at the bottom to be to the right of the side boxed text, witch will be my links when i make those pages. i want it to look neat to the right, but i can't figure out the codes for it (since i technically didn't learn it yet, even though half the carp i've learn so far i already knew)

if your a coder, and want to see my craptasic excuse for code, you can go to view then page source while on that page.

the tags MUST be HTML! no point in useing other code tags in an HTML class project <.<
I've tried both <p align=right>TEXT</p> and <DIV Align = "right"> Text. </DIV>. they didn't work.
 
Back
Top