You should use an ordered list...
http://www.w3schools.com/html/html_lists.aspAn ordered list starts with the <ol> tag. Each list item starts with the <li> tag.
<ol>
<li>Your first text</li>
<li>Your second text</li>
</ol>
If you really want to use a table...
http://www.w3schools.com/html/html_tables.aspYour best bet is to build your page offline on your own PC,
then when you are happy with it, upload it with an FTP client like
FILEZILLAYou should never use an editor like WORD to build webpages, just use notepad.