Aligning things with HTML
Moving things left |
<div align="left">Moving things left </div> |
Moving things right |
<div align="right">Moving things Right </div> |
Centering |
<center>Centering</center> |
Justify |
<justify>Justify</justify> |
So now you've got the basics. Try them down below! (Note - Since CSS is defining how my text looks, it might look slightly different from yours.)

