First of all
Getting ready


Homepage-making "tricks"
The rules of the world of homepages

 Basic "tricks" you should know
   - Make Text easy to read
   - Try changing the text position
   - Try adding pictures
   - Adding links to other sites
Different Colors


Rent space to open your homepage in
Use the Buttobi.net File Manager and show your homepage to everybody


Lots more "tricks"
How to become a homepage master



Basic "tricks" you should know - Changing the position of text


This trick is used to position text to the left or
the right and so forth.

Change the text position: <div align="XXX">

<div> is a trick for putting text into a group.
align is a trick for setting the location.

  Where XXX is,
  entering "left", "right",
  or "center" will align the text
  in that position.

<div align="left">LEFT</div>
<div align="center">MIDDLE</div>
<div align="right">RIGHT</div>

If you look at it in your browser..
LEFT
MIDDLE
RIGHT


 
  Wow! Just with this my page is starting to look pretty stylish!
Yeah, it is. Next, shall we try adding pictures too?
 
  Yeah!