To Lecture Notes

IT 130 -- 1/20/10

 

Review Questions

  1. What is wrong with this image tag?
     
    <IMAGE HREF=puppy.jpg>

     
  2. Explain the difference between an absolute URL and a relative URL.

     
  3. Write a relative tag for my-index.htm in the proj3 folder that jumps to your Project 2 submission. The proj3 folder is a subfolder of public_html

     
  4. What does target=new do?

     
  5. List all of the CSS properties that you know.
     
  6. Explain the difference between an inline style and a document-level style.
     
  7. Convert this inline style to a document-level one:
    <body style=color:maroon; background-color:beige; 
                 font-family:Rockwell; font-size:120%;> 
    

 

How to Determine a Relative Address

 

Work on Project Proj3

  1. Create a page named proj3-index.htm, title Index Page, heading Project 3 Index Page.

  2. Add hyperlinks for Proj1, Proj2, the image collage and your resume.

  3. Modify your collage and resume according to the Project Proj3 description. Your collage must have at least four related images with captions. If you have four images, put the images and captions in a table with four rows and two columns. See the next section for information on creating tables.

 

Practice Problems