Lots of Tags
- Use telnet software to connect to the WebCity server
(webcity.arc.losrios.cc.ca.us)
Mac: BetterTelnet PC: Telnet.exe
- login: (enter your login here)
password: (enter your web password here:
123456)
- To get oriented to your account, use the following command to get a list
of files and directories:
ls (or ls
-la)
- Change to the public_html directory (all web pages must be stored
here):
cd public_html (cd, followed by
the name of the directory)
- 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)
- 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>
- Refer to the Lots
of Tags Text Document. Add the appropriate tags and insert the "HTMLized"
text between the <BODY> and </BODY> tags above.
- 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.
- To end your session with the WebCity server, type the following command at
the prompt:
exit
- To view your web page, open a browser and type in the following
URL:
http://webcity.arc.losrios.cc.ca.us/~login/tags.html