Thursday, August 16, 2007

HTML Web Design - In Class Assignment 03

Initial Setup
Create 2 new shortcuts on your desktop...

  1. network share on the web server
    1. \\192.168.1.3\jredin
  2. web site root directory
    1. http://192.168.1.3/jredin
Open your network share and create 2 new html files. When creating your pages, make sure to include all the default tags necessary for an html page... <html> <body> ...
  1. homepage.html
    1. This file will have a header level 1 tag with the title: "My home page"
    2. Add an anchor tag with a relative address to contactinfo.html
    3. Add an anchor tag with a full address to contactinfo.html
      1. Full address is: E:\htmlsemester1\yourusername\ica03\contactinfo.html
    4. Add an image tag using a relative path to the "smiley face" image in the src attribute.
  2. contactinfo.html
    1. This file will have a header level 1 tag with the title: "My contact information"
    2. Add an anchor tag with a relative address back to homepage.html

No comments: