
A Home page is a World Wide Web feature that gives individuals the freedom to develop information about themselves for others that can be accessed by the whole Internet community. This assignment is to develop a home page for each individual in this class and have it available on the Messiah College WWW site.
Useful software is available as shareware to be downloaded from sites on the internet using ftp. This assignment will familiarize you with the process and the compression programs PKZIP that are often used.
Resources for learning html
This will provide you with links to resources to learn to write html coded
documents.
<HTML> <BODY>
(Your code and Text go on these Lines)
</BODY> </HTML>
<H1> Home Page for Barry DeRoos </H1>
<H2> Another Subject </H2>
<H3> </H3> <H4> </H4> <H5> </H5>
<BR> puts in the equivalent of a hard return in the document <P> put in a hard return and skips to the next line <H> puts in a good looking Horizontal Line
<UL>
<LI>First item in list <LI>Second item in list <LI>Third item in list
</UL>
<OL TYPE="1">
<LI>First numbered item <LI>Second numbered item <LI>third numbered item
</OL>
Command :
<IMG SRC="file name">
Example :
<IMG SRC="line_blu.gif">
Command :
<A HREF="address and name of file">description</A>
Example :
<A HREF="http://www.messiah.edu"><Messiah College Home Page</A> <A HREF="http://www.messiah.edu/hpages/deroos/home.htm"><Barry DeRoos' Home Page</A>
<HTML> <HEAD> <TITLE>Sample HTML Document</TITLE> </HEAD> <BODY> <IMG SRC="PC_1.gif"> <P> <H2>Course Description :</H2> <P>
A broad and hands on exposure to the capabilities and uses of the computer to solve various types of problems. In this course you will study a number of problems that computers can solve and various tools or programs used for solution. There will be an emphasis on applications programs such as spreadsheets and data bases and there integration with one another. In addition students will be introduced to QBASIC as a programming language to solve specific problems.
<P>
This course satisfies the mathematical sciences general education requirement.
<P> <HR> <H2>Course Objectives:</H2> <UL>
<LI>To observe and practice various methods of problem solving using a variety of software packages. <LI>To learn and use QBASIC for algorithmic problem solving including simulations, graphics and sound. <LI>To learn to use spreadsheets to solve numerical problems ,present data graphically, and integrate these with a word processor. <LI>To learn to use a spreadsheet for elementary data base applications. <LI>To learn and to use DOS and Windows 3.1 to formate disks, store , copy , delete, manage and organize files.
</UL>
<A href="http://www.messiah.edu">Return to Messiah College Home Page</A>
</BODY> <HTML>
An alternate method is to enter at the Netscape location window, the
address of your file.
For example : file:///b|XXX.htm This will load the file for viewing.
Choose the Math/Graphics option.
Choose MS Windows
Let windows load
Open Netscape and load Messiah College's Home Page
Go to the Student Home Pages and Open yours.
Editing may be done Using the NoteTab programs .