One option for your final class project for English 441/541A is to make a Web page on a subject that interests you. A web page is a site on the internet where you can present information or ideas: you are reading a Web page at this moment. The page can include quotations, pictures, and tables. You can click on words in a web page and it will take you to another web page--so for instance, you could click here to get back to our class home page.
What you see on this screen differs slightly from what I have typed in putting up this page. To see what I really typed, move your cursor up to the menu at the very top of the Netscape screen, under the blue bar, and click on "View" to open the drop-down menu. Move your cursor down to "Document Source" and click on it: you will then see what I actually typed in producing this web page. Do that now.
The codes in arrow brackets, <>, tell all web browsers (not just netscape, but all of them) to make the page look a certain way at that point. Knowing what codes to insert is just a matter of learning the language you need to use in making a web page: this language, this set of codes, is called HTML language. It is not at all difficult to learn to enter codes in order to make a web page look the way you wish it to look. In fact, each one of you can set up in your own VAX account a sample web page.
To set up your sample web page on which you can then make changes, perform the following steps:
Let's compare what you are seeing in the VAX account with sample web page that you will see in Netscape. Open Netscape, and in the Location Bar at the top, type
http://www.muohio.edu/~[your user name]/
A Note on URLs
Now go up the View command on the top left-hand side of your Netscape Browser and click to open the drop-down menu: click on View Source or Document Source. Notice that the codes you see in your VAX account and the codes you see when viewing the document source in Netscape are the same. The sample web page shows you all of the basics needed for a web page:
<html>
<head><title>Laura's Home Page</title></head>
<body>
<p>Stuff
that you say.</p>
<p>another paragraph.</p>
</body>
</html>
A Note on URLs: A URL is the address that you enter into the "Location" or "Go To" bar at the top of Netscape. Your main Net address is: http://www.muohio.edu/~[your username, with no spaces] or http://miavx1.muohio.edu/~[your username] (both of those main addresses are the same). Note that, if the URL does not specify a filename, the default file is your "index.html" file. Once you have set up your WWW account (step #2 above), then you could type http://www.muohio.edu/~[your username]/ or http://www.muohio.edu/~[your username]/index.html and you would get to the same file/web page (it's a file to you, when you are in your VAX account; it's a Web Page to the people who visit it on Netscape). Any file you create will have the URL of your main address plus whatever filename you gave it: http://www.muohio.edu/~[your username]/clswb.html
For those of you who wish to go through the process of making a web page with me, two experts from the library, and Emme Thompson, a senior who did an independent study with me last summer to make a web page (Click here to see it), we will be meeting from 7:00 to 9:00 p.m. in Havighurst Lab, 260 Bachelor Hall, on Wednesday, October 30.
Click here to email me with your questions.
Click here to return to the Class Home page.
Click here to move onto instructions for the Web Final Assignment.
Laura Mandell, Dept. of English, Miami Univ., Oxford, OH 45056