IT 3210: Teachers and Technology
IT 7360: Technology for Educators
Software Help Sheet

Unit 6: Emerging Technologies
Creating Web Pages
Return to the IT 3210 Course Projects Page
Return to the IT 7360 Course Projects Page
Return to the IT 3210 Software Help Sheet Index
Return to the IT 7360 Software Help Sheet Index


An Orientation...
 

What is HTML? HTML is an acronym for HyperText Markup Language. It allows all types of computers to interpret information on the World Wide Web in the same way. HTML is a series of tags, sometimes called elements, containers, or codes, that surround text much like parentheses or quotation marks. Text in an HTML document can be controlled, just as in word processing, by adding formatting attributes such as bolding. In addition, you can insert graphic images, sound files, and multimedia clips that a Web user can click to access.

What do you need to create a web page? Basically, two things—an HTML file, and a server to store it on that can be accessed by users on the WWW. Also, you need a way to copy that file to that server.

At GSU, we store our web files on the Arachnid server. You access your web space through your Panther account (which you will come to realize is more than your e-mail account).

Ways to go about creating and publishing an HTML document:


Creating Your First Web Page
 

    1.    Creating your webspace.

     
    Dial up your Panther account. At the Panther prompt, type

    {0}:panther:/gsu03/mst/mstmbs/>webspace

    This will create a new directory in your Panther account for your web page. To double check your success, at the Panther prompt:

    {0}:panther:/gsu03/mst/mstmbs/>ls

    dead.letter local.login mail xit

    local.cshrc local.profile public_html

    This will list all the directory files in your Panther account. The directory for your web space is called public_html.

    To begin working in your web space, you’ll have to change your active directory. At the Panther prompt,

    {0}:panther:/gsu03/mst/mstmbs/>cd public_html

    A new Panther prompt will appear that looks something like:

    {0}:panther:/gsu03/mst/mstmbs/public_html/>
     

    2.     Creating your index page.     3.    Saving your index file     4.    Viewing your page?     5.    Opening your page for public viewing.     6.    Viewing your page in Netscape.     7.    Editing your page in Netscape.     8.    Adding a background color.     9.    Adding an image or clip art.     10.    Adding a link to another page.     11.    Adding a Mailto link.     12.    Publishing your edited web page.     13.    Viewing your newly edited page.     14.    Creating additional pages in Composer. To create additional pages in Netscape Composer, from the menubar, File-New-Blank Page.

Create your page as you would a word processing document and format as needed, adding links and so forth.

Save and publish your page in the same manner as indicated previously.

Remember, however, you sill have to go into your Panther account and open the page for public access.

Now, create a page for your Web Page Work Sample. Make sure you check the guidelines for what your page needs to include.



Copyright 1999 M.B.Shoffner