Make a new folder in your Folder located on the YHS Server to store your HTML pages in, name this folder HTML. So the path to where labs are stored should be similar to:

file://yhs-fs/YHSUsers/Students/20/bbapplegate/HTML

Click on the magnifying glass icon(search) located on the taskbar type in Notepad Now go into Notepad and type all the following that is in blue.


<html>
<head>
<title> Title of your page </title>
</head>

<body bgcolor=white text=blue>

   <p>
   SuperFly is on the Web
   </p>

   <p>
   This is the first paragraph about SuperFly
   </p>

   <p>
   This is the second paragraph about SuperFly
   </p>

</body>
</html>

Save file Filename: "lab1.htm", Save as type: "All Files" make sure you put this in the subfolder you created(HTML) in your folder on the YHS server:

file://yhs-fs/YHSUsers/Students/20/bbapplegate/HTML

Check out how your first page looks: Close NOTEPAD, go into your folder that you saved "lab1.htm" in, you should see the lab1 web page icon. Double click this icon to open your page, your web browser should automatically bring your page up. You don't need to be connected to the internet to do this.

EDITING YOUR WEBPAGE:
Now let's change what the web page looks like. Close your webpage (lab1). Highlight lab1, right click on file you want to edit(lab1) and choose option: Open with ► Notepad, change text=blue to text=red, close Notepad and save changes.

CREATING NEW PAPGES:
Each time you want to make a new page just: Right click "lab1.htm" file and choose option: Open with ► Notepad, make changes to this and then when you are done just choose File, Save as: Type in new filename ("lab1a.htm") and Save as type: All files.

NOTE: To see your changes, make sure you click on REFRESH on your web browser.

LAB 2:
Follow the directions just given in the paragraph above to create lab2.htm that makes a web page with a background color of blue and text in white that has three paragraphs: An intro paragraph and two paragraphs about yourself.

Important info on files/folders and webbrowers