Test Yourself:   Relative URL's within this directory structure:

In the diagram below, the boxes represent subdirectory folders, with folder names in blue font.  File names within those folders are printed in magenta font. 

wpe32.jpg (15899 bytes)

Multiple choice questions to test your knowledge of relative addressing:

  1. Within the directory structure illustrated by the diagram above, what would be the appropriate relative link to reference the file cheeta.gif   from within the document first.htm?.  
  1. <a href="cheeta.gif">Cat Link from first.htm</a> 
  2. <a href="Images/cheeta.gif">Cat Link from first.htm</a> 
  3. <a href="../cheeta.gif">Cat Link from first.htm</a> 
  4. <a href="../Images/cheeta.gif">Cat Link from first.htm</a> 
  5. None of these

  1. Within the directory structure illustrated by diagram above,  what would be the appropriate relative link to reference the file cheeta.gif   from within the document catPage.htm?
  1. <a href="cheeta.gif">Cat Link from catPage.htm</a> 
  2. <a href="Images/cheeta.gif">Cat Link from catPage.htm</a> 
  3. <a href="../cheeta.gif">Cat Link from catPage.htm</a> 
  4. <a href="/HW/Images/cheeta.gif">Cat Link from catPage.htm</a> 
  5. None of these
  1. Within the directory structure illustrated by diagram above,  what would be the appropriate relative link to reference the file Panda.gif   from within the document first.htm?
  1. <a href="Panda.gif">Panda Link from first.htm</a> 
  2. <a href="../Panda.gif">Panda Link from first.htm</a> 
  3. <a href="Images/Panda.gif">Panda Link from first.htm</a> 
  4. <a href="../Images/Panda.gif">Panda Link from first.htm</a> 
  5. None of these
  1. Within the directory structure illustrated by the diagram above, what would be the appropriate relative link to reference the file Panda.gif   from within the document catPage.htm?
  1. <a href="HW/Images/Panda.gif">Panda Link from catPage.htm</a>  
  2. <a href="HW/Panda.gif">Panda Link from catPage.htm</a>  
  3. <a href="Images/Panda.gif">Panda Link from catPage.htm</a>  
  4. <a href="Images/HW/Panda.gif">Panda Link from catPage.htm</a> 
  5. None of these

         

Last updated on 01/23/2008  by L.M. Hicks