back to step 7
Step 8 - A Few more simple codes.
A Textarea

Textareas can be very useful because you can type HTML codes in them and they will appear as what you typed. To put a textarea on your page type the following code - <textarea>TEXT GOES HERE</textarea> Aligning
You are probably not going to want to have all you content on the left so to have all you text and pictures etc in the middle use this code <center>CONTENT GOES HERE</center> or this one to put it on the right of you page <p align=right>CONTENT GOES HERE</p>

on to step 9...