Submit the best answer to the question based on the following web structure.



  1. Any page anywhere in the web structue can display the image morepics.gif with:
    <IMG SRC="/images/morepics.gif">
    <IMG SRC="images/morepics.gif">
    <IMG SRC="/~glassr/images/morepics.gif">
    All of the above.
    None of the above.

  2. To create a link in the other.html file to the index.html file in ~glassr, a correct relative URI is:
    <A HREF="/~glassr">HOME</A>
    <A HREF="/~glassr/index.html">HOME</A>
    <A HREF="index.html">HOME</A>
    All of the above.
    None of the above.

  3. The other.html file is to reference the morepage.html file in the morestuf directory. The INCORRECT URI is:
    <A HREF="morestuf/morepage.html">HOME</A>
    <A HREF="/~glassr/morestuf/morepage.html">HOME</A>
    <A HREF="/morepage.html">HOME</A>
    All of the above are correct.
    None of the above are correct.

  4. The other.html file is to reference the morepage.html file in the / directory.
    <A HREF="morestuf/morepage.html">HOME</A>
    <A HREF="/~glassr/morestuf/morepage.html">HOME</A>
    <A HREF="/morepage.html">HOME</A>
    All of the above are correct.
    None of the above are correct.

  5. The morepage.html in the morestuf directory is to provide a link to the morepage.html file in the ~glassr directory. A correct URI is:
    <A HREF="/morepage.html"> More </A>
    <A HREF="/~glassr/morepage.html"> More </A>
    <A HREF="morepage.html"> More </A>
    All of the above.
    None of the above.


  6. Powered by Glassware©

    ©;R. Glass