H401 - Review Questions Week 5

  1. If you are linking to a page on another server (not your own site), which type of URL do you use?

    Absolute

  2. If linking to another page on your site, which type of URL do you use?

    Relative

  3. In Intra-page linking you need an anchor and a target. How do you make the target compatible with older browsers and the newer standards?

    Use both name and id attributes.

  4. What attribute and values are necessary to create text flowing around an image (floating text)?

    align right or left

  5. Two questions about the alt attribute in an <img> element.
    1. From an accessibility standpoint, what is an appropriate text equivalent (alt text ... alt=" ") for an image on a Web page?
    2. Provide an example by inserting an image in your review question answers page and including appropriate equivalent text in the alt attribute value.
    1. Text which fullfils the same function as the image.
    2. Coffee Cup
  6. What elements would you use to create complex data tables?

    <table> <tr> <td> <caption> <colgroup> <col> <th> <thead> <tbody> <tfoot>

  7. If one was using tables for document layout, what are the only elements that should be used?

    <table> <tr> <td>

Jennifer Griner