Site hosted by Angelfire.com: Build your free website today!

Lots of Tags


  1. Use telnet software to connect to the WebCity server (webcity.arc.losrios.cc.ca.us)
    Mac: BetterTelnet PC: Telnet.exe

  2. login: (enter your login here)
    password: (enter your web password here: 123456)

  3. To get oriented to your account, use the following command to get a list of files and directories:

         ls (or ls -la)

  4. Change to the public_html directory (all web pages must be stored here):

         cd public_html (cd, followed by the name of the directory)

  5. Create an HTML file named "tags.html". Use the text processor pico:

         pico tags.html (pico, followed by the name of the HTML file you wish to create)

  6. Type in the following HTML codes using pico. Note: the mouse doesn't work in pico. Use arrow keys and the delete key instead.

    <HTML>

    <HEAD>
         <TITLE>Lots of Tags Document</TITLE>
    </HEAD>

    <BODY>

    </BODY>

    </HTML>

  7. Refer to the Lots of Tags Text Document. Add the appropriate tags and insert the "HTMLized" text between the <BODY> and </BODY> tags above.

  8. To save your file PERIODICALLY in pico, use the Control key and the O key pressed simultaneously. Follow the directions. To save your file and EXIT the pico software, press the Control key and the X key simultaneously. Follow the directions.

  9. To end your session with the WebCity server, type the following command at the prompt:

         exit

  10. To view your web page, open a browser and type in the following URL:

         http://webcity.arc.losrios.cc.ca.us/~login/tags.html