Technology, Literacy, and Culture

Instructional Resources

The Technology, Literacy, and Culture Concentration
University of Texas

HTML basics


1. Get a Place to Publish and get it set up for web publishing

2. Get the tools to write in Hyper Text Markup Language (HTML)

The main thing is this: the message is more important than the medium. Content is more important than formatting.

3. Learning HTML

4. Learn to move things from your local computer up to the web server

In some ways this is the most difficult part. Getting web documents written and up on the web involves 3 things:
  1. writing the document (and while you are doing that checking what it looks like in a web browser);
  2. moving the document from your computer to the web server;
  3. and looking at it with a browser.
Many programs now do all three steps, but often it is necessary to use a program like Fetch on the Mac or WS-FTP on the PC to move files around.

Here are some instructions for getting started with Fetch

  • Start Fetch
  • in the New Connection box, for Host: put in uts.cc.utexas.edu
  • put in your username and password for UTS
  • click OK
  • with luck you should see the contents of directory with the same name as your username. It will include several files with names like ".cshrc" and ".login" and it should have the directory you created called public_html -- double-click on that.
  • public_html is your basic publishing directory. You can move files from your local mac to the web server (UTS) by using the command "Put File ..."

    5. Learning some good habits from the start

    6. Summary

    You have done the following things:


    SMW 12/99