Now you too can have a Web home page from the convenience of your HOME
directory! Here's how:
Then:
cd public_html <RETURN>
pico index.html <RETURN>
Then edit your heart out. Note that the editor (pico) is very simple but does have help available, the keystroke commands that display along the bottom of the window use a ^ to indicate that you should hold down the CONTROL key on you keyboard. ^O means to hold down the CTRL key and strike the O, which is incidentally the command to save the file after your done editing (Use ^X to exit when your done). When you're done, load up your browser and view the damage. You can then switch back and forth between editing and viewing to refine it. Be aware that most browsers cache pages, so you may have to push the refresh/reload button between each edit.
OR alternatively, create your homepage using the editor of your choice, such as HotDog on your home PC then upload it (using ftp) to your public_html directory as index.html
You can then reference your home page (or anything in ~/public_html) as
(where user_id is your login name)