Alignments are easy to use and sometimes important (tables, etc.). We start with our main HTML:
You can put your text in the middle, right- and left side. To center your text is the simplest of these three, just use the tag <CENTER>...</CENTER>:
Alignments
Simple huh?
Now we gonna try to align at the right and left side, for this we need a text tag <FONT>...</FONT> you can add different attributes for this tag, like size, face, align, etc. (goto Font-Tutorial). Those attributes are used like this: <FONT align="right">...</FONT> This would align the text align to the right side!
Like this here!
To align at the left side, you just have to write: <FONT align="left">...</FONT> but that's quite senseless right now =)
You can align pretty much everything also Headings! <H1 align=right>TEST</H1>