COMP1900 Lab Worksheet - Week 10 (Web site construction)

Introduction

This lab session is a preparation for the Web site construction assignment . During this session, you will learn to use the Web authoring tool Dreamweaver MX to construct a small site containing two web pages. As you build the site, you will be opening your pages in a web browser (Netscape Navigator and Internet Explorer are available) to see what the pages look like and to check your hyperlinks.

Like all web sites, your practice site will contain a home page with the standard file name index.html. In order to practice working with hyperlinks, your site will contain a second page with the file name page_two.html

Tasks to be completed

  1. On your desk top, create a new folder called pilot_site_folder - you will be saving your web pages in this folder.
  2. Launch Dreamweaver MX by clicking on its icon (a green disk) at the bottom of your screen. A blank web page will appear - this will eventually be your home page. Close the smaller window to its right - you won't be using it.
  3. Before composing your home page, familiarise yourself with the Properties Inspector near the bottom of your screen. Practise using the Inspector to do the following:
  4. Select File/Save As... to save your home page. Remember to save it as index.html in your pilot_site_folder.
  5. To create a second web page, use File/New... to create a new Basic Page - a blank page will appear. Key in a suitable heading and format it until you are satisfied with its appearance. Add some more features to your second page, then save it as page_two.html in your pilot_site_folder.
  6. You are now ready to insert some hyperlinks.
  7. Practice inserting an image into your second page. First, find an image you like then copy it to your pilot_site_folder. To insert this copy into your second page, complete these steps.
    1. Position the cursor where you want the image to go.
    2. Click on the Image icon in the Insert Panel ( or select Insert/Image) - a Select Image Source dialog box will appear. Select the image copy in your pilot_site_folder then hit Choose - the image should appear in your page.
  8. After quitting Dreamweaver, make sure that you save your pilot_site_folder in your USERS space - it may be useful when you come to work on the web site construction assignment.