World
Wide Web AssignmentYour website must contain:
Standard
homepage (no deviations on first page)
3 image references, including a recent personal photograph
2 hypertext links to other pages you created, these pages may contain your
resume or any other type of document
one bulleted list
one table
MAILTO command to your UMSL email address
change in font colors
Of course, you are encouraged to be creative. You can put more images, pictures, hypertext links to other pages, embed forms, animation, video, etc.
Using A Browser (Explorer), click on Standard homepage
On Browser menu, click on
"file"
Select "Save As"
Save file to the DESKTOP using the
filename index.html save as type WEBPAGE, HTML ONLY encoding WESTERN
EUROPEAN ISO
Stay where you are to copy three images
Point the curser on the yellow line, hit the right mouse button, and select SAVE PICTURE AS, line_gol.gif to desktop
Point the curser on the umsl logo, hit the right mouse button, and select SAVE PICTURE AS, umsllogo.gif to desktop
Point the curser on the yellow ball, hit the right mouse button, and select SAVE PICTURE AS regball.gif to desktop
To edit the index.html file, right click on the file and select OPEN WITH and select notepad
Edit the file to personalize your webpage
Be sure to SAVE your index.html file each time you edit it.
Drag and drop your files from the DESKTOP (or C: drive or flash drive—wherever your files are locally stored) to the the public_html subdirectory
These files include:
§ index.html (must be in lower case!)
§ line_gol.gif
§ umsllogo.gif
§
regball.gif
Note: It is vital that your active subdirectory is public_html everytime you want to upload files to your website.
Note: You may
have an existing index_html file on your public_html, so you will have to answer YES to the question
“Do you want to replace the file?”
Be sure to test your homepage using a browser
Drag and drop your files from the DESKTOP (or C: drive or flash drive—wherever your files are locally stored) to the the public_html subdirectory
These files include:
§ index.html (must be in lower case!)
§ line_gol.gif
§ umsllogo.gif
§
regball.gif
Note: It is vital that your active subdirectory is public_html everytime you want to upload files to your website.
Note: You may
have an existing index_html file on your public_html, so you will have to answer YES to the question
“Do you want to replace the file?”
Be sure to test your homepage using a browser
III. ADDING FILES TO
YOUR WEB PAGES
The previous steps successfully loaded your homepage on the WWW.
The assignment calls for two additional pages that are linked from your homepage. There are many options:
Option A: You may copy page2.html and page3.html using the same procedure for copying my standard home page. Process is copy-edit-upload.
Option B. Link to a document you created.
Suppose you want to load a resume stored in a file called myresume.doc. The process is:
1. Open your index_html file and find this code:
<img src="regball.gif" ><a href="http://www.umsl.edu/~lacity/page2.html">Add meaningful lable to page2</a><br>
2. Edit this line of code to read:
<img src="regball.gif" ><a href="http://www.umsl.edu/~gatewayid/myresume.doc ">Click here for my resume</a><br>
Of course, you type in your actual gatewayid not the word gatewayid
3. Save index_html file
4. Make sure to upload index_html file and myresume.doc file to public_html folder on admiral account